|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.stellent.cis.common.exception.BaseException
com.stellent.cis.common.exception.SISException
public class SISException
Field Summary | |
---|---|
static int |
COMMUNICATION_ERROR
|
static int |
SERVER_ERROR
|
static int |
UNKNOWN_TYPE
|
Fields inherited from class com.stellent.cis.common.exception.BaseException |
---|
m_isWrapper |
Constructor Summary | |
---|---|
SISException(java.lang.String message)
|
|
SISException(java.lang.String commandName,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
int |
getType()
|
Methods inherited from class com.stellent.cis.common.exception.BaseException |
---|
isWrapper |
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 |
Field Detail |
---|
public static final int COMMUNICATION_ERROR
public static final int SERVER_ERROR
public static final int UNKNOWN_TYPE
Constructor Detail |
---|
public SISException(java.lang.String message)
public SISException(java.lang.String commandName, java.lang.Throwable cause)
Method Detail |
---|
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |