public final class IOFactoryException extends RuntimeException
Constructor and Description |
---|
IOFactoryException(String message)
Constructs a new
IOFactoryException with the specified detail message. |
IOFactoryException(String message,
Throwable cause)
Constructs a new
IOFactoryException with the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IOFactoryException(String message)
IOFactoryException
with the specified detail message.message
- the detail message.Copyright © 2014. All rights reserved.