public class NoSuchFactoryException extends RuntimeException
| Constructor and Description |
|---|
NoSuchFactoryException(String message)
Construct a new No Such Factory Exception with the specified message.
|
NoSuchFactoryException(String message,
Throwable cause)
Construct a new No Such Factory Exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchFactoryException(String message)
message - A human-readable String message describing the problem that occurred.Copyright © 2010–2020 meanbean. All rights reserved.