Package io.moquette.broker.config
Class IResourceLoader.ResourceIsDirectoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.moquette.broker.config.IResourceLoader.ResourceIsDirectoryException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- IResourceLoader
public static class IResourceLoader.ResourceIsDirectoryException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceIsDirectoryException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResourceIsDirectoryException
public ResourceIsDirectoryException(String message)
-
-