public class ReadWriteException extends Exception
Constructor and Description |
---|
ReadWriteException(String message,
ReadWriteErrorCode readWriteErrorCode) |
ReadWriteException(String message,
ReadWriteErrorCode readWriteErrorCode,
TapeResponse tapeResponse) |
ReadWriteException(String message,
Throwable cause) |
ReadWriteException(String message,
Throwable cause,
ReadWriteErrorCode readWriteErrorCode) |
ReadWriteException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ReadWriteErrorCode |
getReadWriteErrorCode() |
TapeResponse |
getTapeResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReadWriteException(Throwable cause)
public ReadWriteException(String message, ReadWriteErrorCode readWriteErrorCode)
public ReadWriteException(String message, ReadWriteErrorCode readWriteErrorCode, TapeResponse tapeResponse)
public ReadWriteException(String message, Throwable cause, ReadWriteErrorCode readWriteErrorCode)
public ReadWriteErrorCode getReadWriteErrorCode()
public TapeResponse getTapeResponse()
Copyright © 2019 Vitam. All rights reserved.