weblogic.diagnostics.type
.See: Description
Class | Description |
---|---|
ImmutableIterator |
Wraps a standard java.util.Iterator instance and throws an
UnsupportedOperationException upon invocation of the remove()
method.
|
StackTraceUtility |
StackTraceUtility is a utility class that provides static methods for
manipulating stack traces in various ways.
|
UnexpectedExceptionHandler |
UnexpectedExceptionHandler logs important stack trace information
for exceptions that theoretically should never be thrown.
|
Exception | Description |
---|---|
DiagnosticException |
DiagnosticException serves as a high level exception that identifies
any checked exception/error condition with the diagnostics subsystem.
|
DiagnosticRuntimeException |
DiagnosticRuntimeException serves as a high level exception that identifies
any runtime exception/error condition with the diagnostics subsystem.
|
FeatureNotAvailableException |
Throw this exception when a requested feature is not
available in the current environment.
|
weblogic.diagnostics.type
.