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
An exception during IO operations.
- Author:
 - Sebastian Menski
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionModelIoException(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 
- 
Constructor Details
- 
ModelIoException
public ModelIoException() - 
ModelIoException
 - 
ModelIoException
 - 
ModelIoException
 
 -