Class PlatformErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class PlatformErrorException
    extends CaverException
    Deprecated.
    This class is deprecated since caver-java:1.5.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PlatformErrorException​(org.web3j.protocol.core.Response.Error error)
      Deprecated.
       
    • Method Summary

      • 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

      • PlatformErrorException

        public PlatformErrorException​(org.web3j.protocol.core.Response.Error error)
        Deprecated.