Package xal.ca
Class BadChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.ca.ChannelException
xal.ca.BadChannelException
- All Implemented Interfaces:
Serializable
- Version:
- 1.0
- Author:
- Christopher K. Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newBadChannelException
without detail message.Constructs anBadChannelException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadChannelException
public BadChannelException()Creates newBadChannelException
without detail message. -
BadChannelException
Constructs anBadChannelException
with the specified detail message.- Parameters:
msg
- the detail message.
-