org.exolab.adaptx.net
public final class URIException extends Exception
Version: $Revision: 3633 $
Constructor Summary | |
---|---|
URIException(String message)
Creates a new URIException
| |
URIException(String message, Exception exception)
Creates a new URIException
| |
URIException(Exception exception)
Creates a new URIException
|
Method Summary | |
---|---|
Exception | getException()
Returns the nested exception, or null if no exception
exists.
|
void | printStackTrace() |
void | printStackTrace(PrintStream s) |
void | printStackTrace(PrintWriter s) |
Parameters: message the explaination for this exception
Parameters: message the explaination for this exception exception, an optional nested exception, most likely, the exception which caused this exception.
Parameters: exception the exception which caused this exception. Note: to use this constructor exception must not be null.
Returns: the nested exception, or null if no exception exists