Class AbstractErrorUtils.DeserializeException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AbstractErrorUtils<GoogleAdsFailureT extends com.google.protobuf.Message,​GoogleAdsErrorT extends com.google.protobuf.Message,​FieldPathElementT extends com.google.protobuf.Message>

    public static class AbstractErrorUtils.DeserializeException
    extends java.lang.RuntimeException
    Indicates an error occurred deserializing an API error object.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DeserializeException​(java.lang.Throwable cause)  
    • 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

      • DeserializeException

        public DeserializeException​(java.lang.Throwable cause)