org.dentaku.services.exception
Class DentakuException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dentaku.services.exception.DentakuException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContainerException, EventException, XMLBeanException

public class DentakuException
extends java.lang.Exception

See Also:
Serialized Form

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

DentakuException

public DentakuException()

DentakuException

public DentakuException(java.lang.String message)

DentakuException

public DentakuException(java.lang.Throwable cause)

DentakuException

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


Copyright © -2004 . All Rights Reserved.