org.camunda.bpm.engine.impl.pvm
Class PvmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.engine.ProcessEngineException
                  extended by org.camunda.bpm.engine.impl.pvm.PvmException
All Implemented Interfaces:
Serializable

public class PvmException
extends ProcessEngineException

Author:
Tom Baeyens
See Also:
Serialized Form

Constructor Summary
PvmException(String message)
           
PvmException(String message, 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

PvmException

public PvmException(String message,
                    Throwable cause)

PvmException

public PvmException(String message)


Copyright © 2016 camunda services GmbH. All rights reserved.