Class InvalidSubscriber

All Implemented Interfaces:
Serializable, Cloneable

public class InvalidSubscriber extends UserException
This exception indicates that an attempt was made to subscribe a proxy that is null.
See Also:
  • Field Details

    • reason

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

    • InvalidSubscriber

      public InvalidSubscriber()
    • InvalidSubscriber

      public InvalidSubscriber(Throwable cause)
    • InvalidSubscriber

      public InvalidSubscriber(String reason)
    • InvalidSubscriber

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

    • ice_id

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