com.pingdynasty.hatatap
Class HatatapException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.pingdynasty.hatatap.HatatapException
All Implemented Interfaces:
java.io.Serializable

public class HatatapException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
HatatapException(java.lang.String msg)
           
HatatapException(java.lang.String msg, java.lang.Throwable cause)
           
HatatapException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HatatapException

public HatatapException(java.lang.Throwable cause)

HatatapException

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

HatatapException

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

getCause

public java.lang.Throwable getCause()