Stellent
HowToComponents
JavaDoc

intradoc.common
Class ServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--intradoc.common.ServiceException
All Implemented Interfaces:
java.io.Serializable

public class ServiceException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 int m_errorCode
           
 
Constructor Summary
ServiceException(int errorCode, java.lang.String errMsg)
           
ServiceException(int errorCode, java.lang.String msg, java.lang.Throwable t)
           
ServiceException(int errorCode, java.lang.Throwable t)
           
ServiceException(java.lang.String errMsg)
           
ServiceException(java.lang.String msg, java.lang.Throwable t)
           
ServiceException(java.lang.Throwable t)
           
 
Method Summary
static java.lang.String getFullErrorMessage(java.lang.Throwable t)
           
 void initExceptionCause(java.lang.Throwable t)
           
 
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_errorCode

public int m_errorCode
Constructor Detail

ServiceException

public ServiceException(java.lang.String errMsg)

ServiceException

public ServiceException(int errorCode,
                        java.lang.String errMsg)

ServiceException

public ServiceException(java.lang.Throwable t)

ServiceException

public ServiceException(int errorCode,
                        java.lang.Throwable t)

ServiceException

public ServiceException(java.lang.String msg,
                        java.lang.Throwable t)

ServiceException

public ServiceException(int errorCode,
                        java.lang.String msg,
                        java.lang.Throwable t)
Method Detail

initExceptionCause

public void initExceptionCause(java.lang.Throwable t)

getFullErrorMessage

public static java.lang.String getFullErrorMessage(java.lang.Throwable t)


(c) 1996-2005  All rights reserved.  Stellent, Inc.