com.stellent.cis.common.exception
Class SCSException

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.SCSException
All Implemented Interfaces:
java.io.Serializable

public class SCSException
extends BaseException

See Also:
Serialized Form

Field Summary
protected  int m_statusCode
           
protected  java.lang.String m_statusMessage
           
 
Fields inherited from class com.stellent.cis.common.exception.BaseException
m_isWrapper
 
Constructor Summary
SCSException(int statusCode, java.lang.String statusMessage)
           
SCSException(int statusCode, java.lang.String statusMessage, java.lang.Throwable cause)
           
SCSException(java.lang.String message)
          Creates a new instance of SCSException
SCSException(java.lang.String statusMessage, java.lang.Throwable cause)
           
SCSException(java.lang.Throwable cause)
           
 
Method Summary
 int getStatusCode()
          Getter for property m_statusCode.
 java.lang.String getStatusMessage()
          Getter for property m_statusMessage.
 void setStatusCode(int statusCode)
          Setter for property m_statusCode.
 void setStatusMessage(java.lang.String statusMessage)
          Setter for property m_statusMessage.
 
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

m_statusCode

protected int m_statusCode

m_statusMessage

protected java.lang.String m_statusMessage
Constructor Detail

SCSException

public SCSException(int statusCode,
                    java.lang.String statusMessage)

SCSException

public SCSException(java.lang.String statusMessage,
                    java.lang.Throwable cause)

SCSException

public SCSException(java.lang.Throwable cause)

SCSException

public SCSException(java.lang.String message)
Creates a new instance of SCSException


SCSException

public SCSException(int statusCode,
                    java.lang.String statusMessage,
                    java.lang.Throwable cause)
Method Detail

getStatusCode

public int getStatusCode()
Getter for property m_statusCode.

Returns:
Value of property m_statusCode.

setStatusCode

public void setStatusCode(int statusCode)
Setter for property m_statusCode.

Parameters:
statusCode - New value of property m_statusCode.

getStatusMessage

public java.lang.String getStatusMessage()
Getter for property m_statusMessage.

Returns:
Value of property m_statusMessage.

setStatusMessage

public void setStatusMessage(java.lang.String statusMessage)
Setter for property m_statusMessage.

Parameters:
statusMessage - New value of property m_statusMessage.