gov.aps.jca
Class CAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.aps.jca.CAException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CAStatusException

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)
           
 
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

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)


Copyright © 2004-2006 Cosylab. All Rights Reserved.