Package xal.ca
Class PutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.ca.ChannelException
xal.ca.PutException
- All Implemented Interfaces:
Serializable
- Author:
- CKAllen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newPutException
without detail message.PutException
(String msg) Constructs anPutException
with the specified detail message.PutException
(String msg, 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
-
PutException
public PutException()Creates newPutException
without detail message. -
PutException
Constructs anPutException
with the specified detail message.- Parameters:
msg
- the detail message.
-
PutException
-