Package org.exoplatform.webconferencing
Class IdentityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.webconferencing.WebConferencingException
org.exoplatform.webconferencing.IdentityNotFoundException
- All Implemented Interfaces:
Serializable
Deprecated.
Identity not found in Organization Service.
Created by The eXo Platform SAS
Created by The eXo Platform SAS
- Version:
- $Id: IdentityNotFoundException.java 00000 Jul 6, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityNotFoundException(String message) Deprecated.Instantiates a new identity not found.IdentityNotFoundException(String message, Throwable cause) Deprecated.Instantiates a new identity not found. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdentityNotFoundException
Deprecated.Instantiates a new identity not found.- Parameters:
message- the message
-
IdentityNotFoundException
Deprecated.Instantiates a new identity not found.- Parameters:
message- the messagecause- the cause
-