|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.are.common.GenericAreException
com.ibm.are.common.CommonUtilsException
public class CommonUtilsException
The CommonUtilsException
exception class can be thrown by various utility methods
in the ARE environment. This exception is intended to be generic enough that virtually
any utility method can make use of it. Special attention should be given to the detail
message associated with the exception; this message will provide specific details about the
nature of the exception and why it was thrown.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright for class bytecode |
Constructor Summary | |
---|---|
CommonUtilsException()
Constructs a new CommonUtilsException
object with no detailed message. |
|
CommonUtilsException(java.lang.String message)
Constructs a new CommonUtilsException
object with the specified detail message. |
|
CommonUtilsException(java.lang.Throwable t)
Constructs a new CommonUtilsException
object with no detail message and the specified original exception. |
Method Summary |
---|
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 |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public CommonUtilsException()
CommonUtilsException
object with no detailed message.
public CommonUtilsException(java.lang.String message)
CommonUtilsException
object with the specified detail message.
message
- The detail message for this exceptionpublic CommonUtilsException(java.lang.Throwable t)
CommonUtilsException
object with no detail message and the specified original exception.
t
- The original exception that caused this one to be thrown
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |