Searched defs:RestException (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DRestException.java25 * $Id: RestException.java,v 1.1 2009/11/12 18:37:35 veiming Exp $
40 public class RestException extends Exception { class in inherits:Exception
41 private static final String RES_BUNDLE_NAME = "RestException";
53 public RestException(int errorCode) { method in class:RestException
64 public RestException(int errorCode, Object[] params) { method in class:RestException
76 public RestException(int errorCode, Throwable cause) { method in class:RestException
89 public RestException(int errorCode, Object[] params, Throwable cause) method in class:RestException
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DRestException.java25 * $Id: RestException.java,v 1.1 2009/11/12 18:37:35 veiming Exp $
40 public class RestException extends Exception { class in inherits:Exception
41 private static final String RES_BUNDLE_NAME = "RestException";
53 public RestException(int errorCode) { method in class:RestException
64 public RestException(int errorCode, Object[] params) { method in class:RestException
76 public RestException(int errorCode, Throwable cause) { method in class:RestException
89 public RestException(int errorCode, Object[] params, Throwable cause) method in class:RestException

Completed in 32 milliseconds