Package org.exoplatform.webconferencing
Class IdentityStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.webconferencing.WebConferencingException
org.exoplatform.webconferencing.IdentityStateException
- All Implemented Interfaces:
Serializable
Identity state (persistent or transient) has wrong, erroneous or unexpected state.
Created by The eXo Platform SAS
Created by The eXo Platform SAS
- Version:
- $Id: IdentityStateException.java 00000 Jan 25, 2018 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityStateException(String message) Instantiates a new identity state exception.IdentityStateException(String message, Throwable cause) Instantiates a new identity state exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdentityStateException
Instantiates a new identity state exception.- Parameters:
message- the message
-
IdentityStateException
Instantiates a new identity state exception.- Parameters:
message- the messagecause- the cause
-