silk.performer
Class AbortTransactionException


java.lang.Object

  extended byjava.lang.Throwable

      extended byjava.lang.Exception

          extended bysilk.performer.SilkPerformerException

              extended bysilk.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

Constructor Summary
AbortTransactionException(int type, java.lang.String msg, int state, int errCode)
          Internal use only.
AbortTransactionException(java.lang.String msg)
          Internal use only.
 
Method Summary
 int getErrCode()
           
 
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
 

Constructor Detail

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.

Method Detail

getErrCode


public int getErrCode()