Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.syncope.core.provisioning.api.TimeoutException
- All Implemented Interfaces:
Serializable
- 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.
-