public class FactoryException extends Exception
Constructor and Description |
---|
FactoryException()
Default constructor.
|
FactoryException(String message)
Constructor.
|
FactoryException(String message,
Throwable cause)
Constructor.
|
FactoryException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FactoryException()
public FactoryException(String message)
message
- The exception's message.public FactoryException(Throwable cause)
cause
- The exception's cause.Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.