Package org.eclipse.lyo.client.exception
Class OslcClientApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.lyo.client.exception.OslcClientApplicationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JazzAuthErrorException
,JazzAuthFailedException
,ResourceNotFoundException
,RootServicesException
Base class for all application exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOslcClientApplicationException
(String messageKey, Object[] args) OslcClientApplicationException
(String messageKey, Object[] args, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OslcClientApplicationException
-
OslcClientApplicationException
-