Class MessageCenter.UnimplementedProtocolException

All Implemented Interfaces:
Serializable
Enclosing class:
MessageCenter

public class MessageCenter.UnimplementedProtocolException extends MessageCenter.MessageCenterException
Exception when an attempt is made to register a target for a protocol not implemented by its class.
See Also:
  • Constructor Details

    • UnimplementedProtocolException

      public UnimplementedProtocolException()
      Creates new UnimplementedProtocolException
    • UnimplementedProtocolException

      public UnimplementedProtocolException(String notice)
      Constructor
    • UnimplementedProtocolException

      public UnimplementedProtocolException(Object target, Class<?> protocol)
      Constructor