Package com.io7m.sunburst.inventory.api
Class SBInventoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.sunburst.error_codes.SBException
com.io7m.sunburst.inventory.api.SBInventoryException
- All Implemented Interfaces:
Serializable
The type of inventory exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSBInventoryException(SBErrorCode inErrorCode, String message) Construct an exception.SBInventoryException(SBErrorCode inErrorCode, String message, Throwable cause) Construct an exception.SBInventoryException(SBErrorCode inErrorCode, Throwable cause) Construct an exception. -
Method Summary
Methods inherited from class com.io7m.sunburst.error_codes.SBException
errorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SBInventoryException
Construct an exception.- Parameters:
inErrorCode- The error codemessage- The error message
-
SBInventoryException
Construct an exception.- Parameters:
inErrorCode- The error codemessage- The error messagecause- The cause
-
SBInventoryException
Construct an exception.- Parameters:
inErrorCode- The error codecause- The cause
-