-
- All Implemented Interfaces:
-
java.io.Serializable
public final class UnitAttention extends SenseException
Something has changed in the device such as a power on, reset, not ready-to-ready transition, disk space full, mode change, too hot or too cold. Insertions and removals of SD cards probably show up here as well.
Recommended action: stop and inform user. Possibly recoverable for certain combinations of ASC + ASCQs.
-
-
Field Summary
Fields Modifier and Type Field Description private final BytesenseKeyprivate final ByteadditionalSenseCodeprivate final ByteadditionalSenseCodeQualifierprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description UnitAttention(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
-
UnitAttention
UnitAttention(ScsiRequestSenseResponse response)
-
-
Method Detail
-
getSenseKey
final Byte getSenseKey()
-
getAdditionalSenseCode
final Byte getAdditionalSenseCode()
-
getAdditionalSenseCodeQualifier
final Byte getAdditionalSenseCodeQualifier()
-
getMessage
String getMessage()
-
-
-
-