Class RosException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServiceNotFoundException

public class RosException extends Exception
Author:
ethan.rublee@gmail.com (Ethan Rublee)
See Also:
  • Constructor Details

    • RosException

      public RosException(Throwable throwable)
    • RosException

      public RosException(String message, Throwable throwable)
    • RosException

      public RosException(String message)