Package tkrzw

Class StatusException

All Implemented Interfaces:
Serializable

public class StatusException extends RuntimeException
Exception to convey the status of operations.
See Also:
  • Constructor Details

    • StatusException

      public StatusException(Status status)
      Constructor.
      Parameters:
      status - The status object to convey.
  • Method Details

    • getStatus

      public Status getStatus()
      Get the status object.
      Returns:
      The status object.