public abstract class RestException extends RuntimeException
| Constructor and Description |
|---|
RestException()
Initializes a new instance of the AutoRestException class.
|
RestException(String message)
Initializes a new instance of the AutoRestException class.
|
RestException(String message,
Throwable cause)
Initializes a new instance of the AutoRestException class.
|
RestException(Throwable cause)
Initializes a new instance of the AutoRestException class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestException()
public RestException(String message)
message - The exception message.public RestException(Throwable cause)
cause - exception that caused this exception to occur/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/