public class NotStartedException extends CloudPoolException
CloudPool to indicate that a request won't be serviced
due to the CloudPool being in a stopped state.CloudPool,
Serialized Form| Constructor and Description |
|---|
NotStartedException()
Constructs a new
NotStartedException. |
NotStartedException(String message)
Constructs a new
NotStartedException. |
NotStartedException(String message,
Throwable cause)
Constructs a new
NotStartedException. |
NotStartedException(Throwable cause)
Constructs a new
NotStartedException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotStartedException()
NotStartedException.public NotStartedException(String message, Throwable cause)
NotStartedException.message - cause - public NotStartedException(String message)
NotStartedException.message - public NotStartedException(Throwable cause)
NotStartedException.cause - Copyright © 2011–2017 Elastisys. All rights reserved.