Class RosRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateServiceException, ParameterClassCastException, ParameterNotFoundException, RemoteException

public class RosRuntimeException extends RuntimeException
Author:
damonkohler@google.com (Damon Kohler)
See Also:
  • Constructor Details

    • RosRuntimeException

      public RosRuntimeException(Throwable throwable)
    • RosRuntimeException

      public RosRuntimeException(String message, Throwable throwable)
    • RosRuntimeException

      public RosRuntimeException(String message)