Package xal.tools.messaging
Class MessageCenter.UnimplementedProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.tools.messaging.MessageCenter.MessageCenterException
xal.tools.messaging.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 Summary
ConstructorsConstructorDescriptionCreates new UnimplementedProtocolExceptionUnimplementedProtocolException
(Object target, Class<?> protocol) ConstructorUnimplementedProtocolException
(String notice) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnimplementedProtocolException
public UnimplementedProtocolException()Creates new UnimplementedProtocolException -
UnimplementedProtocolException
Constructor -
UnimplementedProtocolException
Constructor
-