|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.iids.aos.kernel.exception.KernelException
public class KernelException
The parent class of all exceptions thrown by the kernel. A parent class was introduced to facilitate the maintenance of the AOSapi and all its RPC-specific derivatives. KernelExceptions are not allowed to carry extra data (e.g. a TransactionID for UnknownTransactionIDException) as this information cannot be conveyed to all possible clients.
| Constructor Summary | |
|---|---|
KernelException()
Creates a new instance of KernelException without detail message. |
|
KernelException(java.lang.String msg)
Constructs an instance of KernelException with the specified detail message. |
|
| Method Summary | |
|---|---|
static KernelException |
string2object(java.lang.String eStr,
java.lang.String mStr)
|
static KernelException |
sunJavaException2kernelException(java.lang.Exception e)
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KernelException()
KernelException without detail message.
public KernelException(java.lang.String msg)
KernelException with the specified detail message.
msg - the detail message.| Method Detail |
|---|
public static KernelException sunJavaException2kernelException(java.lang.Exception e)
public static KernelException string2object(java.lang.String eStr,
java.lang.String mStr)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||