org.camunda.bpm.model.xml.impl.util
Class ModelIoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
ModelIoException()
           
ModelIoException(String message)
           
ModelIoException(String message, Throwable cause)
           
ModelIoException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelIoException

public ModelIoException()

ModelIoException

public ModelIoException(String message)

ModelIoException

public ModelIoException(String message,
                        Throwable cause)

ModelIoException

public ModelIoException(Throwable cause)


Copyright © 2016 camunda services GmbH. All rights reserved.