Class FileCacheNotFoundException
No caches were found based upon supplied parameters.
public class FileCacheNotFoundException : AmazonFSxException
- Inheritance
-
FileCacheNotFoundException
Constructors
FileCacheNotFoundException(Exception)
Construct instance of FileCacheNotFoundException
public FileCacheNotFoundException(Exception innerException)
Parameters
innerException
Exception
FileCacheNotFoundException(string)
Constructs a new FileCacheNotFoundException with the specified error message.
public FileCacheNotFoundException(string message)
Parameters
message
stringDescribes the error encountered.
FileCacheNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of FileCacheNotFoundException
public FileCacheNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
FileCacheNotFoundException(string, Exception)
Construct instance of FileCacheNotFoundException
public FileCacheNotFoundException(string message, Exception innerException)
Parameters
FileCacheNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of FileCacheNotFoundException
public FileCacheNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode