Package xal.ca
Class ChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.ca.ChannelException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadChannelException
,ChannelAlreadyBoundException
,ConnectionException
,GetException
,MonitorException
,PutException
Base exception for channel operations
- Author:
- CKAllen, tapsns
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newChannelException
without detail message.ChannelException
(String message) Constructs anChannelException
with the specified detail message.ChannelException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChannelException
public ChannelException()Creates newChannelException
without detail message. -
ChannelException
Constructs anChannelException
with the specified detail message.- Parameters:
message
- the detail message.
-
ChannelException
-