gov.aps.jca
Class CAException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.aps.jca.CAException
All Implemented Interfaces:
java.io.Serializable

public class CAException
extends java.lang.Exception

Base class for all JCA Exception

See Also:
Serialized Form

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

Constructor Detail

CAException

public CAException()

CAException

public CAException(java.lang.String msg)

CAException

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

CAException

public CAException(java.lang.Throwable cause)