Class OperationException

All Implemented Interfaces:
Serializable

public class OperationException extends IOException
Exceptions thrown when protocol errors occur.
See Also:
  • Field Details

  • Constructor Details

    • OperationException

      public OperationException()
      General exception (no message).
    • OperationException

      public OperationException(OperationErrorType eType, String msg)
      Exception with a message.
      Parameters:
      eType - the type of error that occurred
      msg - the error message
  • Method Details