jcama
Class CamaExceptionNoState

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jcama.CamaException
              extended by jcama.CamaExceptionNoState
All Implemented Interfaces:
java.io.Serializable

public class CamaExceptionNoState
extends CamaException

This exception indicates might indicate incompatibility of jCAMA and CAMA versions. It is a serious failure and no recovery action should be attempted for it.

See Also:
Serialized Form

Constructor Summary
CamaExceptionNoState()
          Creates a new instance of CamaExceptionNoState
CamaExceptionNoState(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class jcama.CamaException
CamaSelException
 
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

CamaExceptionNoState

public CamaExceptionNoState()
Creates a new instance of CamaExceptionNoState


CamaExceptionNoState

public CamaExceptionNoState(java.lang.String s)