Class SnappyException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class SnappyException
    extends java.lang.Exception
    Deprecated.
    Snappy-java now uses IOException
    Exception in snappy-java
    See Also:
    Serialized Form
    • Constructor Detail

      • SnappyException

        public SnappyException​(int code)
        Deprecated.
      • SnappyException

        public SnappyException​(SnappyErrorCode errorCode)
        Deprecated.
      • SnappyException

        public SnappyException​(SnappyErrorCode errorCode,
                               java.lang.Exception e)
        Deprecated.
      • SnappyException

        public SnappyException​(SnappyErrorCode errorCode,
                               java.lang.String message)
        Deprecated.
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Deprecated.
        Overrides:
        getMessage in class java.lang.Throwable