Class UncheckedCaverException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    EmptyNonceException

    @Deprecated
    public class UncheckedCaverException
    extends java.lang.RuntimeException
    Deprecated.
    This class is deprecated since caver-java:1.5.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int getCode()
      Deprecated.
       
      ErrorType getType()
      Deprecated.
       
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UncheckedCaverException

        public UncheckedCaverException​(ErrorType type,
                                       int code,
                                       java.lang.String message)
        Deprecated.
    • Method Detail

      • getCode

        public int getCode()
        Deprecated.
      • getType

        public ErrorType getType()
        Deprecated.