Package functions

Class MeosException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MeosArgumentError, MeosFeatureNotSupported, MeosInternalError, MeosIoError

public class MeosException extends RuntimeException
See Also:
  • Field Details

    • code

      private final int code
  • Constructor Details

    • MeosException

      public MeosException(String message, int code)
  • Method Details