org.apache.commons.net.ftp.parser
public class ParserInitializationException extends RuntimeException
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause()
Deprecated.
use
Throwable.getCause() instead |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParserInitializationException(String message)
message
- Exception message@Deprecated public Throwable getRootCause()
Throwable.getCause()
insteadCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.