Package com.zeroc.Ice

Class ConnectionNotValidatedException

All Implemented Interfaces:
Serializable, Cloneable

public class ConnectionNotValidatedException extends ProtocolException
This exception is raised if a message is received over a connection that is not yet validated.
See Also:
  • Constructor Details

    • ConnectionNotValidatedException

      public ConnectionNotValidatedException()
    • ConnectionNotValidatedException

      public ConnectionNotValidatedException(Throwable cause)
    • ConnectionNotValidatedException

      public ConnectionNotValidatedException(String reason)
    • ConnectionNotValidatedException

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

    • ice_id

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