All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.JoltException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----bea.jolt.JoltException

public class JoltException
extends RuntimeException

Variable Index

 o TPEABORT
 o TPEBADDESC
 o TPEBLOCK
 o TPEDIAGNOSTIC
 o TPEEVENT
 o TPEHAZARD
 o TPEHEURISTIC
 o TPEINVAL
 o TPEIO
 o TPEITYPE
 o TPEJOLT
 o TPELIMIT
 o TPEMATCH
 o TPEMIB
 o TPENOENT
 o TPEOS
 o TPEOTYPE
 o TPEPERM
 o TPEPROTO
 o TPERELEASE
 o TPERMERR
 o TPESVCERR
 o TPESVCFAIL
 o TPESYSTEM
 o TPETIME
 o TPETRAN
 o TPGOTSIG

Constructor Index

 o JoltException(int, Object, Exception)
 o JoltException(int, Object, String)
 o JoltException(int, Object, String, Exception)
 o JoltException(String)
 o JoltException(String, Exception)

Method Index

 o getErrno()
 o getObject()
 o toString()

Variables

 o TPEABORT
 public static final int TPEABORT
 o TPEBADDESC
 public static final int TPEBADDESC
 o TPEBLOCK
 public static final int TPEBLOCK
 o TPEINVAL
 public static final int TPEINVAL
 o TPELIMIT
 public static final int TPELIMIT
 o TPENOENT
 public static final int TPENOENT
 o TPEOS
 public static final int TPEOS
 o TPEPERM
 public static final int TPEPERM
 o TPEPROTO
 public static final int TPEPROTO
 o TPESVCERR
 public static final int TPESVCERR
 o TPESVCFAIL
 public static final int TPESVCFAIL
 o TPESYSTEM
 public static final int TPESYSTEM
 o TPETIME
 public static final int TPETIME
 o TPETRAN
 public static final int TPETRAN
 o TPGOTSIG
 public static final int TPGOTSIG
 o TPERMERR
 public static final int TPERMERR
 o TPEITYPE
 public static final int TPEITYPE
 o TPEOTYPE
 public static final int TPEOTYPE
 o TPERELEASE
 public static final int TPERELEASE
 o TPEHAZARD
 public static final int TPEHAZARD
 o TPEHEURISTIC
 public static final int TPEHEURISTIC
 o TPEEVENT
 public static final int TPEEVENT
 o TPEMATCH
 public static final int TPEMATCH
 o TPEDIAGNOSTIC
 public static final int TPEDIAGNOSTIC
 o TPEMIB
 public static final int TPEMIB
 o TPEJOLT
 public static final int TPEJOLT
 o TPEIO
 public static final int TPEIO

Constructors

 o JoltException
 public JoltException(String msg)
 o JoltException
 public JoltException(String msg,
                      Exception e)
 o JoltException
 public JoltException(int errno,
                      Object obj,
                      Exception e)
 o JoltException
 public JoltException(int errno,
                      Object obj,
                      String msg)
 o JoltException
 public JoltException(int errno,
                      Object obj,
                      String msg,
                      Exception e)

Methods

 o getErrno
 public int getErrno()
 o getObject
 public Object getObject()
 o toString
 public String toString()
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index