Package org.guvnor.ala.exceptions
Class RuntimeOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.guvnor.ala.exceptions.RuntimeOperationException
-
- All Implemented Interfaces:
Serializable
public class RuntimeOperationException extends RuntimeException
RuntimeOperationException to be used in different RUntimeManager implementations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeOperationException(String message)RuntimeOperationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-