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. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InsufficientResourcesException()
InsufficientResourcesException
with no
detail message.public InsufficientResourcesException(String s)
InsufficientResourcesException
with a
detail message.s
- The detail message.Copyright © 2013 CableLabs. All rights reserved.