cartago
Class OperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cartago.CartagoException
              extended by cartago.OperationException
All Implemented Interfaces:
java.io.Serializable

public class OperationException
extends CartagoException

Base class for Operation exceptions

Author:
aricci
See Also:
Serialized Form

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

OperationException

public OperationException()

OperationException

public OperationException(java.lang.String arg)


>DEIS - University of Bologna