Class ModelIoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.model.xml.impl.util.ModelIoException
-
- All Implemented Interfaces:
Serializable
public class ModelIoException extends RuntimeException
An exception during IO operations.- Author:
- Sebastian Menski
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelIoException()
ModelIoException(String message)
ModelIoException(String message, Throwable cause)
ModelIoException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-