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 newChannelExceptionwithout detail message.ChannelException(String message) Constructs anChannelExceptionwith 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 newChannelExceptionwithout detail message. -
ChannelException
Constructs anChannelExceptionwith the specified detail message.- Parameters:
message- the detail message.
-
ChannelException
-