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
public class TimeOutException extends Exception
Exception for several Timeouts.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeOutException()Creates a new instance ofTimeOutExceptionwithout detail message.TimeOutException(String msg)Constructs an instance ofTimeOutExceptionwith 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 Detail
-
TimeOutException
public TimeOutException()
Creates a new instance ofTimeOutExceptionwithout detail message.
-
TimeOutException
public TimeOutException(String msg)
Constructs an instance ofTimeOutExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-