Class ServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ros.exception.ServiceException
All Implemented Interfaces:
Serializable

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

    • ServiceException

      public ServiceException(Throwable throwable)
    • ServiceException

      public ServiceException(String message, Throwable throwable)
    • ServiceException

      public ServiceException(String message)