Class AtomicMoveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.common.audit.batch.AtomicMoveException
All Implemented Interfaces:
Serializable

public class AtomicMoveException extends RuntimeException
Exception thrown specifically during a file system atomic move for a particular file
See Also:
  • Constructor Details

    • AtomicMoveException

      public AtomicMoveException(Path failed, String message)
  • Method Details

    • getFailed

      public Path getFailed()