public class NotImplementedRaException extends RestApiServerException
| Constructor and Description |
|---|
NotImplementedRaException() |
NotImplementedRaException(String message) |
NotImplementedRaException(String message,
String resource) |
NotImplementedRaException(String message,
String resource,
int responseCode) |
NotImplementedRaException(String message,
Throwable cause) |
NotImplementedRaException(String message,
Throwable cause,
String resource) |
NotImplementedRaException(String message,
Throwable cause,
String resource,
int responseCode) |
NotImplementedRaException(Throwable cause) |
NotImplementedRaException(Throwable cause,
String resource) |
NotImplementedRaException(Throwable cause,
String resource,
int responseCode) |
getRedirectLocation, getResource, getResponseCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotImplementedRaException()
public NotImplementedRaException(String message)
public NotImplementedRaException(String message, String resource, int responseCode)
public NotImplementedRaException(String message, Throwable cause, String resource)
public NotImplementedRaException(String message, Throwable cause, String resource, int responseCode)
public NotImplementedRaException(Throwable cause)
Copyright © 2013. All rights reserved.