|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
org.opends.server.types.IdentifiedException
org.opends.server.backends.jeb.JebException
public class JebException
This class defines an exception that may be thrown if a problem occurs in the JE backend database.
| Constructor Summary | |
|---|---|
JebException(Message message)
Creates a new JE backend exception with the provided message. |
|
JebException(Message message,
java.lang.Throwable cause)
Creates a new JE backend exception with the provided message and root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.opends.server.types.OpenDsException |
|---|
getMessageObject |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JebException(Message message)
message - The message that explains the problem that occurred.
public JebException(Message message,
java.lang.Throwable cause)
message - The message that explains the problem that occurred.cause - The exception that was caught to trigger this exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||