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
public class IdentityStateException extends WebConferencingException
Identity state (persistent or transient) has wrong, erroneous or unexpected state.
Created by The eXo Platform SAS- Version:
- $Id: IdentityStateException.java 00000 Jan 25, 2018 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityStateException(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 Detail
-
IdentityStateException
public IdentityStateException(String message)
Instantiates a new identity state exception.- Parameters:
message- the message
-
-