org.jicengine.operation
Class OperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jicengine.util.ChainedException
              extended byorg.jicengine.operation.OperationException
All Implemented Interfaces:
java.io.Serializable

public class OperationException
extends ChainedException

Author:
.timo
See Also:
Serialized Form

Constructor Summary
OperationException(java.lang.String message)
           
OperationException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class org.jicengine.util.ChainedException
initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationException

public OperationException(java.lang.String message)

OperationException

public OperationException(java.lang.String message,
                          java.lang.Throwable cause)