-
- All Implemented Interfaces:
-
java.io.Serializable
public final class InitRequired extends SenseException
Must re-initialize the device as it was reset
Recommended action: either stop and tell user to unplug and re-plug the device, or stop and automatically re-initialize the device.
-
-
Field Summary
Fields Modifier and Type Field Description private final BytesenseKeyprivate final ByteadditionalSenseCodeprivate final ByteadditionalSenseCodeQualifierprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description InitRequired(ScsiRequestSenseResponse response)
-
Method Summary
Modifier and Type Method Description final BytegetSenseKey()final BytegetAdditionalSenseCode()final BytegetAdditionalSenseCodeQualifier()ThrowablegetCause()StringgetMessage()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
InitRequired
InitRequired(ScsiRequestSenseResponse response)
-
-
Method Detail
-
getSenseKey
final Byte getSenseKey()
-
getAdditionalSenseCode
final Byte getAdditionalSenseCode()
-
getAdditionalSenseCodeQualifier
final Byte getAdditionalSenseCodeQualifier()
-
getMessage
String getMessage()
-
-
-
-