Package org.onebusaway.exceptions
Class InternalErrorServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onebusaway.exceptions.InternalErrorServiceException
-
- All Implemented Interfaces:
Serializable
public class InternalErrorServiceException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalErrorServiceException()InternalErrorServiceException(String message)InternalErrorServiceException(String message, Throwable cause)InternalErrorServiceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InternalErrorServiceException
public InternalErrorServiceException()
-
InternalErrorServiceException
public InternalErrorServiceException(String message)
-
InternalErrorServiceException
public InternalErrorServiceException(String message, Throwable cause)
-
InternalErrorServiceException
public InternalErrorServiceException(Throwable cause)
-
-