Class MxPackException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MxPackException.InvalidMessageHeader, MxPackException.SizeLimitExceeded, MxPackException.TypeMismatch

public abstract class MxPackException extends RuntimeException

The root of MxPack's exception hierarchy.

MxPack throws the following exception types:

See Also:
  • Constructor Details

    • MxPackException

      protected MxPackException(String message)
      Constructs a MxPackException exception with the given message.
      Parameters:
      message - the exception message