Class ApplicationServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.admin.application.service.ApplicationServiceException
- All Implemented Interfaces:
Serializable
Exception specific to the application service packages. Used for all application-status
exceptions thrown to external callers.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Application Service Exception.ApplicationServiceException(String message) Instantiates a new Application Service Exception with the provided message.ApplicationServiceException(String message, Throwable throwable) Instantiates a new Application Service Exception with the provided message andThrowable.ApplicationServiceException(Throwable throwable) Instantiates a new Application Service Exception with the providedThrowable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApplicationServiceException
public ApplicationServiceException()Instantiates a new Application Service Exception. -
ApplicationServiceException
Instantiates a new Application Service Exception with the provided message.- Parameters:
message- the message
-
ApplicationServiceException
Instantiates a new Application Service Exception with the provided message andThrowable.- Parameters:
message- the messagethrowable- the throwable
-
ApplicationServiceException
Instantiates a new Application Service Exception with the providedThrowable.- Parameters:
throwable- the throwable
-