Package com.zeroc.Ice

Class SecurityException

All Implemented Interfaces:
Serializable, Cloneable

public class SecurityException extends LocalException
This exception indicates a failure in a security subsystem, such as the IceSSL plug-in.
See Also:
  • Field Details

    • reason

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

    • SecurityException

      public SecurityException()
    • SecurityException

      public SecurityException(Throwable cause)
    • SecurityException

      public SecurityException(String reason)
    • SecurityException

      public SecurityException(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.