jaxcent
Class Jaxception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjaxcent.Jaxception
All Implemented Interfaces:
java.io.Serializable

public class Jaxception
extends java.lang.Exception

Jaxception is the base class for all Jaxcent related exceptions.

See Also:
Serialized Form

Constructor Summary
Jaxception(java.lang.String message)
           
 
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

Jaxception

public Jaxception(java.lang.String message)