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