Class FailureException

All Implemented Interfaces:
Serializable, Cloneable

public 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:
  • Field Details

    • reason

      public String reason
      The reason for the failure.
  • Constructor Details

    • FailureException

      public FailureException()
    • FailureException

      public FailureException(Throwable cause)
    • FailureException

      public FailureException(String reason)
    • FailureException

      public FailureException(String reason, Throwable cause)
  • Method Details

    • ice_id

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