silk.performer
Class AbortTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
silk.performer.SilkPerformerException
silk.performer.AbortTransactionException
- All Implemented Interfaces:
- java.io.Serializable
- public class AbortTransactionException
- extends SilkPerformerException
Intended for internal use only.
AbortTransactionException are thrown by runtime if the loadtest is stopped or aborted.
Do not catch AbortTransactionException in Java code, otherwise problems when trying to stop
or abort a loadtest may occur.
AbortTransactionExceptions are automatically suppressed in the runtime so no errors are shown
in the virtual user output.
- See Also:
- Serialized Form
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbortTransactionException
public AbortTransactionException(java.lang.String msg)
- Internal use only.
AbortTransactionException
public AbortTransactionException(int type,
java.lang.String msg,
int state,
int errCode)
- Internal use only.
getErrCode
public int getErrCode()