public class NotEnoughStoredException extends Exception
| Constructor and Description |
|---|
NotEnoughStoredException(String message)
Creates new exception with given message
|
NotEnoughStoredException(String message,
Throwable cause)
Creates new exception with given message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotEnoughStoredException(String message)
message - message for exceptionCopyright © 2017 Pivotal Software, Inc.. All rights reserved.