added toString to error for debug and display
parent
e1ae8f3d8d
commit
1cb5b6c6ff
|
@ -30,4 +30,12 @@ public class AuthorizationEndpointException extends AuthenticationServiceExcepti
|
|||
public String getErrorURI() {
|
||||
return errorURI;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see java.lang.Object#toString()
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
return "AuthorizationEndpointException [error=" + error + ", errorDescription=" + errorDescription + ", errorURI=" + errorURI + "]";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue