Class NamespaceNotEmptyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NamespaceNotEmptyException
    extends java.lang.RuntimeException
    Exception raised when attempting to drop a namespace that is not empty.
    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

      • NamespaceNotEmptyException

        @FormatMethod
        public NamespaceNotEmptyException​(java.lang.String message,
                                          java.lang.Object... args)
      • NamespaceNotEmptyException

        @FormatMethod
        public NamespaceNotEmptyException​(java.lang.Throwable cause,
                                          java.lang.String message,
                                          java.lang.Object... args)