Class EntityNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- technology.openpool.ldap.adapter.api.directory.exception.EntityNotFoundException
-
- All Implemented Interfaces:
Serializable
public class EntityNotFoundException extends RuntimeException
The type Entry not found exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityNotFoundException()Instantiates a new Entry not found exception.EntityNotFoundException(String message)Instantiates a new Entry not found exception.EntityNotFoundException(String message, Throwable throwable)Instantiates a new Entry not found exception.EntityNotFoundException(Throwable throwable)Instantiates a new Entry not found 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
-
EntityNotFoundException
public EntityNotFoundException()
Instantiates a new Entry not found exception.
-
EntityNotFoundException
public EntityNotFoundException(String message)
Instantiates a new Entry not found exception.- Parameters:
message- the message
-
EntityNotFoundException
public EntityNotFoundException(String message, Throwable throwable)
Instantiates a new Entry not found exception.- Parameters:
message- the messagethrowable- the throwable
-
EntityNotFoundException
public EntityNotFoundException(Throwable throwable)
Instantiates a new Entry not found exception.- Parameters:
throwable- the throwable
-
-