Class MissingPyramidException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingPyramidException
    extends TryAgain
    Since:
    4.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MissingPyramidException​(java.lang.String msg, long backOffInMilliseconds, long pixelsID)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getPixelsId()  
      • 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
    • Field Detail

      • pixelsID

        protected final long pixelsID
    • Constructor Detail

      • MissingPyramidException

        public MissingPyramidException​(java.lang.String msg,
                                       long backOffInMilliseconds,
                                       long pixelsID)
    • Method Detail

      • getPixelsId

        public long getPixelsId()