com.netease.cloud.services.nos.model
public class NOSException extends ServiceException
ServiceException.ErrorType
Constructor and Description |
---|
NOSException(String message)
Constructs a new
NOSException with the specified message. |
NOSException(String message,
Exception cause)
Constructs a new
NOSException with the specified message and root
cause. |
getErrorCode, getErrorType, getRequestId, getResource, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setResource, setServiceName, setStatusCode, toString
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NOSException(String message)
NOSException
with the specified message.message
- The error message describing why this exception was thrown.public NOSException(String message, Exception cause)
NOSException
with the specified message and root
cause.message
- The error message describing why this exception was thrown.cause
- The root exception that caused this exception to be thrown.Copyright © 2017. All Rights Reserved.