public class SSCResourceLimitExceededException extends SSCExternalException
Constructor and Description |
---|
SSCResourceLimitExceededException()
Constructs an SSCResourceLimitExceededException with
null
as its detail message. |
SSCResourceLimitExceededException(java.lang.String message)
Constructs an SSCResourceLimitExceededException with the
specified detail message.
|
SSCResourceLimitExceededException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and
cause.
|
SSCResourceLimitExceededException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail
message of {@code (cause==null ?
|
public SSCResourceLimitExceededException()
null
as its detail message.public SSCResourceLimitExceededException(java.lang.String message)
message
- the detail messagepublic SSCResourceLimitExceededException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the causepublic SSCResourceLimitExceededException(java.lang.Throwable cause)
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).cause
- the causeSSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.