jcama
Class CamaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jcama.CamaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadPredicateException, CamaExceptionBadDestination, CamaExceptionBadName, CamaExceptionClosed, CamaExceptionDisconnection, CamaExceptionInvalidReqs, CamaExceptionInvalidRole, CamaExceptionNoRights, CamaExceptionNoRoles, CamaExceptionNoState, CamaExceptionNotInScope, jCamaException

public class CamaException
extends java.lang.Exception

General exception class for exception generated by jCAMA

See Also:
Serialized Form

Constructor Summary
CamaException()
           
CamaException(java.lang.String s)
           
 
Method Summary
static CamaException CamaSelException(int err_code)
           
 
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

CamaException

public CamaException()

CamaException

public CamaException(java.lang.String s)
Method Detail

CamaSelException

public static CamaException CamaSelException(int err_code)