jaxe
Class JaxeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jaxe.JaxeException
All Implemented Interfaces:
java.io.Serializable

public class JaxeException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
JaxeException(java.lang.Exception ex)
           
JaxeException(java.lang.String message)
           
JaxeException(java.lang.String message, java.lang.Exception ex)
           
 
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

JaxeException

public JaxeException(java.lang.String message)

JaxeException

public JaxeException(java.lang.Exception ex)

JaxeException

public JaxeException(java.lang.String message,
                     java.lang.Exception ex)