Package com.zeroc.Ice

Class SecurityException

All Implemented Interfaces:
Serializable

public final class SecurityException extends LocalException
The exception that is thrown when a failure occurs in the security subsystem. This includes IceSSL errors.
See Also:
  • Constructor Details

    • SecurityException

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

      public SecurityException(String message, Throwable cause)
      Constructs a SecurityException 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