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

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

public static class BpmRuntimeError.Args4
extends Object


Method Summary
 String getErrorCode()
           
 BpmRuntimeError raise(long arg1, long arg2, long arg3, long arg4)
           
 BpmRuntimeError raise(Object arg1, Object arg2, Object arg3, Object arg4)
           
 
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,
                             Object arg4)

raise

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

getErrorCode

public String getErrorCode()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.