Package xal.ca
Class BatchConnectionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.ca.BatchConnectionRuntimeException
- All Implemented Interfaces:
Serializable
- Author:
- Juan F. Esteban Müller <JuanF.EstebanMuller@ess.eu>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newBatchConnectionRuntimeException
without detail message.Constructs anBatchConnectionRuntimeException
with the specified detail message.BatchConnectionRuntimeException
(String msg, Exception exception) Constructs anBatchConnectionRuntimeException
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
-
BatchConnectionRuntimeException
public BatchConnectionRuntimeException()Creates newBatchConnectionRuntimeException
without detail message. -
BatchConnectionRuntimeException
Constructs anBatchConnectionRuntimeException
with the specified detail message.- Parameters:
msg
- the detail message.
-
BatchConnectionRuntimeException
Constructs anBatchConnectionRuntimeException
with the specified detail message.- Parameters:
msg
- the detail message.
-