ariba.ui.aribaweb.util
Class AWBaseRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ariba.ui.aribaweb.util.AWBaseRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AWMalformedRequestException

public class AWBaseRuntimeException
extends java.lang.RuntimeException

Base class of AW exceptions which support the Java 1.4.1 methods to store the Throwable which was the cause of this exception.

See Also:
Serialized Form

Constructor Summary
AWBaseRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AWBaseRuntimeException

public AWBaseRuntimeException(java.lang.String message,
                              java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.