Class AlreadyStoppedException

All Implemented Interfaces:
Serializable

public class AlreadyStoppedException extends UserException
The exception that is thrown when attempting to stop a service that is already stopped.
See Also:
  • Constructor Details

    • AlreadyStoppedException

      public AlreadyStoppedException()
      Constructs a AlreadyStoppedException.
  • Method Details

    • ice_id

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