Class FailureException

All Implemented Interfaces:
Serializable

public final class FailureException extends LocalException
This exception is a general failure notification. It is thrown for errors such as a service encountering an error during initialization, or the service manager being unable to load a service executable.
See Also:
  • Constructor Details

    • FailureException

      public FailureException(String message)
      Constructs a FailureException with a message.
      Parameters:
      message - the detail message
    • FailureException

      public FailureException(String message, Throwable cause)
      Constructs a FailureException with a message and a cause.
      Parameters:
      message - the detail message
      cause - the cause
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: LocalException
      Returns the type ID of this exception.
      Overrides:
      ice_id in class LocalException
      Returns:
      the type ID of this exception