Class GenericPortableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.uberfire.ext.wires.bpmn.backend.todo.GenericPortableException
-
- All Implemented Interfaces:
Serializable
@Portable public class GenericPortableException extends RuntimeException
When Bpmn moves to KIE-WB this class can be removed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericPortableException(String message)GenericPortableException(String message, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-