public class InsufficientResourcesException extends ServiceContextException
InsufficientResourcesException is generated when
sufficient resources for an operation are not available.| Constructor and Description |
|---|
InsufficientResourcesException()
Constructs an
InsufficientResourcesException with no
detail message. |
InsufficientResourcesException(String s)
Constructs an
InsufficientResourcesException with a
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InsufficientResourcesException()
InsufficientResourcesException with no
detail message.public InsufficientResourcesException(String s)
InsufficientResourcesException with a
detail message.s - The detail message.Copyright © 2012 code4tv.com. All Rights Reserved.