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