com.stellent.cis.common.exception
Class SISException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stellent.cis.common.exception.BaseException
              extended by com.stellent.cis.common.exception.SISException
All Implemented Interfaces:
java.io.Serializable

public class SISException
extends BaseException

See Also:
Serialized Form

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

COMMUNICATION_ERROR

public static final int COMMUNICATION_ERROR
See Also:
Constant Field Values

SERVER_ERROR

public static final int SERVER_ERROR
See Also:
Constant Field Values

UNKNOWN_TYPE

public static final int UNKNOWN_TYPE
See Also:
Constant Field Values
Constructor Detail

SISException

public SISException(java.lang.String message)

SISException

public SISException(java.lang.String commandName,
                    java.lang.Throwable cause)
Method Detail

getType

public int getType()