|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.openexchange.admin.rmi.exceptions.OXContextException
public class OXContextException
OXContext exception class
Field Summary | |
---|---|
static String |
CONTEXT_DISABLED
If context is already disabled |
static String |
CONTEXT_EXISTS
If context already exists |
static String |
NO_SUCH_CONTEXT
If requested context not exists |
static String |
NO_SUCH_SERVER_IN_DBPOOL
server2db_pool does not contain requested server name |
Constructor Summary | |
---|---|
OXContextException(String s)
OX exceptions for context handling with various messages |
|
OXContextException(Throwable cause)
|
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String CONTEXT_EXISTS
public static final String NO_SUCH_CONTEXT
public static final String CONTEXT_DISABLED
public static final String NO_SUCH_SERVER_IN_DBPOOL
Constructor Detail |
---|
public OXContextException(Throwable cause)
cause
- public OXContextException(String s)
CONTEXT_EXISTS
,
NO_SUCH_CONTEXT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |