Class AlreadyStartedException

All Implemented Interfaces:
Serializable

public class AlreadyStartedException extends UserException
The exception that is thrown when attempting to start a service that is already running.
See Also:
  • Constructor Details

    • AlreadyStartedException

      public AlreadyStartedException()
      Constructs a AlreadyStartedException.
  • 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.