Class ResourceEnumerationException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ResourceEnumeratorNotFoundException

    public class ResourceEnumerationException
    extends java.lang.RuntimeException
    Exception thrown when an error occurred when enumerating resources.
    Since:
    8.0.0
    Version:
    $Revision: 17047 $ $Date: 2015-03-03 11:22:22 -0300 (Tue, 03 Mar 2015) $
    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

      • ResourceEnumerationException

        public ResourceEnumerationException​(java.lang.String msg,
                                            java.lang.Exception innerException)
      • ResourceEnumerationException

        public ResourceEnumerationException​(java.lang.String msg)