public class FactoryException extends Exception
| Constructor and Description |
|---|
FactoryException() |
FactoryException(String message) |
FactoryException(String message,
Throwable cause) |
FactoryException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FactoryException()
Exception.Exception()public FactoryException(String message, Throwable cause)
message - @see Exception#Exception(String, Throwable)cause - @see Exception#Exception(String, Throwable)Exception.Exception(String, Throwable)public FactoryException(String message)
message - @see Exception#Exception(String)Exception.Exception(String)public FactoryException(Throwable cause)
cause - @see Exception#Exception(Throwable)Exception.Exception(Throwable)Copyright © 2014–2015 Michael Beiter