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 public class IdentityNotFoundException extends WebConferencingException
Deprecated.Identity not found in Organization Service.
Created by The eXo Platform SAS- Version:
- $Id: IdentityNotFoundException.java 00000 Jul 6, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityNotFoundException(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 Detail
-
IdentityNotFoundException
public IdentityNotFoundException(String message)
Deprecated.Instantiates a new identity not found.- Parameters:
message- the message
-
-