org.apache.commons.net.ftp.parser
public class ParserInitializationException extends RuntimeException
Constructor Summary | |
---|---|
ParserInitializationException(String message)
Constucts a ParserInitializationException with just a message
| |
ParserInitializationException(String message, Throwable rootCause)
Constucts a ParserInitializationException with a message
and a root cause.
|
Method Summary | |
---|---|
Throwable | getRootCause()
returns the root cause of this exception or null
if no root cause was specified.
|
Parameters: message Exception message
Parameters: message Exception message rootCause root cause throwable that caused this to be thrown
Returns: the root cause of this exception being thrown