com.ibm.as400.registry
Class RegistryException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.as400.registry.RegistryException
- public class RegistryException
- extends java.lang.Exception
Thrown when an unexpected condition is encountered while
processing registry data. RegistryException
is a wrapper class for the low-level exception that was actually
thrown when the error occurred. The method getException
returns this exception object.
RegistryException
is normally used
to identify errors that occurred while reading
from or writing to a registry backing store.
- Since:
- v5r1m0
- See Also:
- Serialized Form
Method Summary |
java.lang.Exception |
getException()
Returns the low-level Exception wrappered
by the receiver. |
java.lang.String |
toString()
Returns a string representation of this RegistryException . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
getException
public java.lang.Exception getException()
- Returns the low-level
Exception
wrappered
by the receiver.
- Returns:
- The
Exception
generated when an
error was detected. - Since:
- v5r1m0
toString
public java.lang.String toString()
- Returns a string representation of this
RegistryException
.
- Overrides:
- toString in class java.lang.Throwable
- Returns:
- A string representation of this object.
- Since:
- v5r1m0