public class LoginActionsServiceException extends VerificationException
Constructor and Description |
---|
LoginActionsServiceException(javax.ws.rs.core.Response response) |
LoginActionsServiceException(javax.ws.rs.core.Response response,
String message) |
LoginActionsServiceException(javax.ws.rs.core.Response response,
String message,
Throwable cause) |
LoginActionsServiceException(javax.ws.rs.core.Response response,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LoginActionsServiceException(javax.ws.rs.core.Response response)
public LoginActionsServiceException(javax.ws.rs.core.Response response, String message)
public LoginActionsServiceException(javax.ws.rs.core.Response response, String message, Throwable cause)
public LoginActionsServiceException(javax.ws.rs.core.Response response, Throwable cause)
Copyright © 2021 JBoss by Red Hat. All rights reserved.