com.camunda.toolkit.jbpm
Class UnexpectedJBpmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.camunda.toolkit.jbpm.UnexpectedJBpmException
All Implemented Interfaces:
java.io.Serializable

public class UnexpectedJBpmException
extends java.lang.RuntimeException

This class can wrap a checked jBPM exception. It is a unchecked exception, so that it can transport jBPM exceptions where they are not expected and so can not be useful handled.

Version:
0.9
Author:
Bernd Rücker
See Also:
Serialized Form

Constructor Summary
UnexpectedJBpmException(java.lang.Exception nested)
           
 
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

UnexpectedJBpmException

public UnexpectedJBpmException(java.lang.Exception nested)


Copyright © 2007 camunda GmbH. All Rights Reserved.