-
- All Implemented Interfaces:
-
java.io.Serializable
public class SenseException extends IOException
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSenseException.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BytesenseKeyprivate final ByteadditionalSenseCodeprivate final ByteadditionalSenseCodeQualifierprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description SenseException(ScsiRequestSenseResponse response, String msg)
-
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
-
SenseException
SenseException(ScsiRequestSenseResponse response, String msg)
-
-
Method Detail
-
getSenseKey
final Byte getSenseKey()
-
getAdditionalSenseCode
final Byte getAdditionalSenseCode()
-
getAdditionalSenseCodeQualifier
final Byte getAdditionalSenseCodeQualifier()
-
getMessage
String getMessage()
-
-
-
-