com.retek.component.internet
Class ExASystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.retek.component.internet.ExAException
com.retek.component.internet.ExASystemException
- All Implemented Interfaces:
- java.io.Serializable
- public class ExASystemException
- extends ExAException
This class maintains application and system exception information for the external API.
This represents a level of exception that is, at the same time, more critical and less
recoverable that a business exception.
Retek Inc. Copyright (c) 2003
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExASystemException
public ExASystemException(java.lang.String msg,
java.lang.Throwable cause)
ExASystemException
public ExASystemException(java.lang.String msg)
getCause
public java.lang.Throwable getCause()
toString
public java.lang.String toString()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream printStream)
printStackTrace
public void printStackTrace(java.io.PrintWriter writer)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25