org.eclipse.stardust.engine.api.runtime
Class BpmRuntimeError.Args3

java.lang.Object
  extended by org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args3
Enclosing class:
BpmRuntimeError

public static class BpmRuntimeError.Args3
extends Object


Method Summary
 String getErrorCode()
           
 BpmRuntimeError raise(long arg1, long arg2, long arg3)
           
 BpmRuntimeError raise(Object arg1, Object arg2, Object arg3)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

raise

public BpmRuntimeError raise(Object arg1,
                             Object arg2,
                             Object arg3)

raise

public BpmRuntimeError raise(long arg1,
                             long arg2,
                             long arg3)

getErrorCode

public String getErrorCode()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.