Package org.europa.together.exceptions
Class TimeOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.europa.together.exceptions.TimeOutException
- All Implemented Interfaces:
Serializable
Exception for several Timeouts.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance ofTimeOutException
without detail message.TimeOutException
(String msg) Constructs an instance ofTimeOutException
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
-
TimeOutException
public TimeOutException()Creates a new instance ofTimeOutException
without detail message. -
TimeOutException
Constructs an instance ofTimeOutException
with the specified detail message.- Parameters:
msg
- the detail message.
-