Class AlreadyStoppedException

All Implemented Interfaces:
Serializable, Cloneable

public class AlreadyStoppedException extends UserException
This exception is thrown if an attempt is made to stop an already-stopped service.
See Also:
  • Constructor Details

    • AlreadyStoppedException

      public AlreadyStoppedException()
    • AlreadyStoppedException

      public AlreadyStoppedException(Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: UserException
      Returns the type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.