biz.hammurapi
Class Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by biz.hammurapi.Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException, PersistenceException, RenderingException, SQL2XMLException

public class Exception
extends java.lang.Exception

This exception adds "root cause" throwable class and message to its message

Version:
$Revision: 1.2 $
Author:
Pavel Vlasov
See Also:
Serialized Form

Constructor Summary
Exception()
           
Exception(java.lang.String message)
           
Exception(java.lang.String message, java.lang.Throwable cause)
           
Exception(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

Exception

public Exception()

Exception

public Exception(java.lang.String message)

Exception

public Exception(java.lang.String message,
                 java.lang.Throwable cause)

Exception

public Exception(java.lang.Throwable cause)


Copyright © 2003 Hammurapi Group. All Rights Reserved.