public class FactoryNotFoundException extends DefinitionsFactoryException
Constructor and Description |
---|
FactoryNotFoundException()
Constructor.
|
FactoryNotFoundException(String msg)
Constructor.
|
FactoryNotFoundException(String message,
Throwable e)
Constructor.
|
FactoryNotFoundException(Throwable e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FactoryNotFoundException()
public FactoryNotFoundException(String msg)
msg
- Message.public FactoryNotFoundException(String message, Throwable e)
message
- Message.e
- Cause.public FactoryNotFoundException(Throwable e)
e
- Cause.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.