Class SBInventoryException

All Implemented Interfaces:
Serializable

public final class SBInventoryException extends SBException
The type of inventory exceptions.
See Also:
  • Constructor Details

    • SBInventoryException

      public SBInventoryException(SBErrorCode inErrorCode, String message)
      Construct an exception.
      Parameters:
      inErrorCode - The error code
      message - The error message
    • SBInventoryException

      public SBInventoryException(SBErrorCode inErrorCode, String message, Throwable cause)
      Construct an exception.
      Parameters:
      inErrorCode - The error code
      message - The error message
      cause - The cause
    • SBInventoryException

      public SBInventoryException(SBErrorCode inErrorCode, Throwable cause)
      Construct an exception.
      Parameters:
      inErrorCode - The error code
      cause - The cause