net.sf.letsparty
Class LetsPartyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.letsparty.utils.BasicException
              extended bynet.sf.letsparty.LetsPartyException
All Implemented Interfaces:
java.io.Serializable

public class LetsPartyException
extends BasicException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.letsparty.utils.BasicException
cause
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
LetsPartyException()
           
LetsPartyException(java.lang.String arg0)
           
LetsPartyException(java.lang.String arg0, java.lang.Throwable arg1)
           
LetsPartyException(java.lang.Throwable arg0)
           
 
Methods inherited from class net.sf.letsparty.utils.BasicException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LetsPartyException

public LetsPartyException()

LetsPartyException

public LetsPartyException(java.lang.String arg0)

LetsPartyException

public LetsPartyException(java.lang.Throwable arg0)

LetsPartyException

public LetsPartyException(java.lang.String arg0,
                          java.lang.Throwable arg1)