Searched defs:ServerException (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/store/
H A DServerException.java21 public class ServerException extends DataLayerException { class in inherits:DataLayerException
24 public ServerException(String error, Throwable cause) { method in class:ServerException
28 public ServerException(String error) { method in class:ServerException
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DServerException.java24 public class ServerException extends OAuth2Exception { class in inherits:OAuth2Exception
27 * Constructs a new ServerException with the default message.
29 public ServerException() { method in class:ServerException
34 * Constructs a new ServerException with the specified message.
38 public ServerException(final String message) { method in class:ServerException
43 * Constructs a new ServerException with the message from the specified cause.
47 public ServerException(final Throwable cause) { method in class:ServerException
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DServerException.java24 public class ServerException extends OAuth2Exception { class in inherits:OAuth2Exception
27 * Constructs a new ServerException with the default message.
29 public ServerException() { method in class:ServerException
34 * Constructs a new ServerException with the specified message.
38 public ServerException(final String message) { method in class:ServerException
43 * Constructs a new ServerException with the message from the specified cause.
47 public ServerException(final Throwable cause) { method in class:ServerException
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/store/
H A DServerException.java21 public class ServerException extends DataLayerException { class in inherits:DataLayerException
24 public ServerException(String error, Throwable cause) { method in class:ServerException
28 public ServerException(String error) { method in class:ServerException

Completed in 152 milliseconds