Package 

Class RetryableMountingLayerException

  • 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 Detail

      • RetryableMountingLayerException

        RetryableMountingLayerException(String msg, Throwable e)
      • RetryableMountingLayerException

        RetryableMountingLayerException(Throwable e)
      • RetryableMountingLayerException

        RetryableMountingLayerException(String msg)