|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.dtolabs.rundeck.core.execution.service.FileCopierException
public class FileCopierException
FileCopierException is ...
Constructor Summary | |
---|---|
FileCopierException(java.lang.String msg,
FailureReason failureReason)
|
|
FileCopierException(java.lang.String msg,
FailureReason failureReason,
java.lang.Exception cause)
|
Method Summary | |
---|---|
FailureReason |
getFailureReason()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FileCopierException(java.lang.String msg, FailureReason failureReason)
public FileCopierException(java.lang.String msg, FailureReason failureReason, java.lang.Exception cause)
Method Detail |
---|
public FailureReason getFailureReason()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |