-
- All Implemented Interfaces:
-
java.io.Serializable
public class RetryableMountingLayerException extends RuntimeException
ViewCommands can throw this Exception. If this is caught during the execution of a ViewCommand mounting instruction, it indicates that the mount item can be safely retried.
-
-
Constructor Summary
Constructors Constructor Description RetryableMountingLayerException(String msg, Throwable e)
RetryableMountingLayerException(Throwable e)
RetryableMountingLayerException(String msg)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-