Class UncleanStatusException

All Implemented Interfaces:
Serializable

Exception for bad status codes from the chip object.
See Also:
  • Constructor Details

    • UncleanStatusException

      public UncleanStatusException(int status, String message)
      Create a new UncleanStatusException.
      Parameters:
      status - the status code that caused the exception
      message - A message describing the exception
    • UncleanStatusException

      public UncleanStatusException(int status)
      Create a new UncleanStatusException.
      Parameters:
      status - the status code that caused the exception
    • UncleanStatusException

      public UncleanStatusException(String message)
      Create a new UncleanStatusException.
      Parameters:
      message - a message describing the exception
    • UncleanStatusException

      Create a new UncleanStatusException.
  • Method Details

    • getStatus

      public int getStatus()
      Create a new UncleanStatusException.
      Returns:
      the status code that caused the exception