com.retek.component.internet
Class ExASystemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.retek.component.internet.ExAException
              extended bycom.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

Constructor Summary
ExASystemException(java.lang.String msg)
           
ExASystemException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream printStream)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

ExASystemException

public ExASystemException(java.lang.String msg,
                          java.lang.Throwable cause)

ExASystemException

public ExASystemException(java.lang.String msg)
Method Detail

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