Joltexception methods – HP NonStop G-Series User Manual
Page 138

public final static int TPEABORT = 1; // TUXEDO error codes
public final static int TPEBADDESC = 2;
public final static int TPEBLOCK = 3;
public final static int TPEINVAL = 4;
public final static int TPELIMIT = 5;
public final static int TPENOENT = 6;
public final static int TPEOS = 7;
public final static int TPEPERM = 8;
public final static int TPEPROTO = 9;
public final static int TPESVCERR = 10;
public final static int TPESVCFAIL = 11;
public final static int TPESYSTEM = 12;
public final static int TPETIME = 13;
public final static int TPETRAN = 14;
public final static int TPGOTSIG = 15;
public final static int TPERMERR = 16;
public final static int TPEITYPE = 17;
public final static int TPEOTYPE = 18;
public final static int TPERELEASE = 19;
public final static int TPEHAZARD = 20;
public final static int TPEHEURISTIC = 21;
public final static int TPEEVENT = 22;
public final static int TPEMATCH = 23;
public final static int TPEDIAGNOSTIC = 24;
public final static int TPEMIB = 25;
public final static int TPEJOLT = 100; // Jolt error or
// programming error
JoltException Methods
The JoltException methods are used to obtain information about the error or the condition that causes
the error.
getMessage
The getMessage method gets the error message.
public String getMessage();
Usage This method is taken from the Java RuntimeException class.
getErrno
The getErrno method gets the error code.
public int getErrno();