Class UpdateUtils.UpdateException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    UpdateUtils

    public static class UpdateUtils.UpdateException
    extends java.lang.Exception
    An exception caused by the UpdateUtils methods.
    See Also:
    Serialized Form
    • 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

      • UpdateException

        public UpdateException()
      • UpdateException

        public UpdateException​(java.lang.String s)
      • UpdateException

        public UpdateException​(java.lang.String s,
                               java.lang.Throwable throwable)
      • UpdateException

        public UpdateException​(java.lang.Throwable throwable)