Class InvalidServiceStateException

All Implemented Interfaces:
Serializable

public final class InvalidServiceStateException extends ADEPT2ServiceException
Thrown, if a service refuses to handle the request, because it is e.g. starting up or shutting down.
Author:
Kevin Goeser
See Also:
  • Constructor Details

    • InvalidServiceStateException

      public InvalidServiceStateException(String message, Throwable cause)
      Create a new exception with a message and a cause.
      Parameters:
      message -
      cause -
    • InvalidServiceStateException

      public InvalidServiceStateException(String message)
      Create a new exception with a.
      Parameters:
      message -