Class TapeCommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.storage.offers.tape.exception.TapeCommandException
All Implemented Interfaces:
Serializable

public class TapeCommandException extends Exception
See Also:
  • Constructor Details

    • TapeCommandException

      public TapeCommandException(String message)
    • TapeCommandException

      public TapeCommandException(String message, Object details)
    • TapeCommandException

      public TapeCommandException(String message, Object details, Throwable cause)
  • Method Details

    • getDetails

      public Object getDetails()