oracle.dacf.util.errormanager
Class AddErrorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--oracle.dacf.util.errormanager.AddErrorException
- All Implemented Interfaces:
- java.io.Serializable
- public class AddErrorException
- extends java.lang.RuntimeException
An ErrorLogger can throw this runtime exception when adding an error to its log.
Most loggers or listeners will add the error and never throw this exception.
The ErrorManager currently catches these exceptions, but does not act on them.
- See Also:
- Serialized Form
Constructor Summary |
AddErrorException()
Constructs an AddErrorException with no detail message. |
AddErrorException(java.lang.String s)
Constructs an AddErrorException with the specified
detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AddErrorException
public AddErrorException()
- Constructs an AddErrorException with no detail message.
AddErrorException
public AddErrorException(java.lang.String s)
- Constructs an AddErrorException with the specified
detail message.
- Parameters:
s
- a String error message.