|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.RunRecoveryException
com.sleepycat.je.EnvironmentFailureException
public class EnvironmentFailureException
Constructor Summary | |
---|---|
|
EnvironmentFailureException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason)
For internal use only. |
|
EnvironmentFailureException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason,
String message)
For internal use only. |
|
EnvironmentFailureException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason,
String message,
Throwable cause)
For internal use only. |
|
EnvironmentFailureException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason,
Throwable cause)
For internal use only. |
protected |
EnvironmentFailureException(String message,
EnvironmentFailureException cause)
For internal use only. |
Methods inherited from class com.sleepycat.je.DatabaseException |
---|
addErrorMessage, getVersionHeader |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 EnvironmentFailureException(EnvironmentImpl envImpl, EnvironmentFailureReason reason)
public EnvironmentFailureException(EnvironmentImpl envImpl, EnvironmentFailureReason reason, Throwable cause)
public EnvironmentFailureException(EnvironmentImpl envImpl, EnvironmentFailureReason reason, String message)
public EnvironmentFailureException(EnvironmentImpl envImpl, EnvironmentFailureReason reason, String message, Throwable cause)
protected EnvironmentFailureException(String message, EnvironmentFailureException cause)
Method Detail |
---|
public EnvironmentFailureException wrapSelf(String msg)
public void setAlreadyThrown(boolean alreadyThrown)
public String getMessage()
getMessage
in class DatabaseException
public EnvironmentFailureReason getReason()
public static EnvironmentFailureException makeJavaErrorWrapper()
public static EnvironmentFailureException promote(EnvironmentImpl envImpl, EnvironmentFailureReason reason, String message, Throwable cause)
public static EnvironmentFailureException unexpectedException(Exception cause)
public static EnvironmentFailureException unexpectedException(EnvironmentImpl envImpl, Exception cause)
public static EnvironmentFailureException unexpectedException(String message, Exception cause)
public static EnvironmentFailureException unexpectedException(EnvironmentImpl envImpl, String message, Exception cause)
public static EnvironmentFailureException unexpectedState()
public static EnvironmentFailureException unexpectedState(EnvironmentImpl envImpl)
public static EnvironmentFailureException unexpectedState(String message)
public static EnvironmentFailureException unexpectedState(EnvironmentImpl envImpl, String message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |