Class FailedComputeSessionStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.jans.as.server.service.exception.FailedComputeSessionStateException
-
- All Implemented Interfaces:
Serializable
public class FailedComputeSessionStateException extends RuntimeException
- Author:
- Yuriy Zabrovarnyy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailedComputeSessionStateException()
FailedComputeSessionStateException(String message)
FailedComputeSessionStateException(String message, 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 Detail
-
FailedComputeSessionStateException
public FailedComputeSessionStateException()
-
FailedComputeSessionStateException
public FailedComputeSessionStateException(String message)
-
-