Class ApplicationServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.admin.application.service.ApplicationServiceException
All Implemented Interfaces:
Serializable

public class ApplicationServiceException extends Exception
Exception specific to the application service packages. Used for all application-status exceptions thrown to external callers.
See Also:
  • Constructor Details

    • ApplicationServiceException

      public ApplicationServiceException()
      Instantiates a new Application Service Exception.
    • ApplicationServiceException

      public ApplicationServiceException(String message)
      Instantiates a new Application Service Exception with the provided message.
      Parameters:
      message - the message
    • ApplicationServiceException

      public ApplicationServiceException(String message, Throwable throwable)
      Instantiates a new Application Service Exception with the provided message and Throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • ApplicationServiceException

      public ApplicationServiceException(Throwable throwable)
      Instantiates a new Application Service Exception with the provided Throwable.
      Parameters:
      throwable - the throwable