jodd.proxetta
Class ProxettaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jodd.util.UncheckedException
                  extended by jodd.proxetta.ProxettaException
All Implemented Interfaces:
java.io.Serializable

public class ProxettaException
extends jodd.util.UncheckedException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jodd.util.UncheckedException
cause, CAUSE_DIV, causeDetails
 
Constructor Summary
ProxettaException()
           
ProxettaException(java.lang.String string)
           
ProxettaException(java.lang.String string, java.lang.Throwable throwable)
           
ProxettaException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class jodd.util.UncheckedException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, wrap, wrap, wrapChecked
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxettaException

public ProxettaException(java.lang.Throwable throwable)

ProxettaException

public ProxettaException()

ProxettaException

public ProxettaException(java.lang.String string)

ProxettaException

public ProxettaException(java.lang.String string,
                         java.lang.Throwable throwable)


Copyright ©2008 Jodd Team