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
| 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 |
m_errorCode
public int m_errorCode
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)
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. |