public abstract class OpenIDAuthException extends Exception
Constructor and Description |
---|
OpenIDAuthException() |
OpenIDAuthException(String message) |
OpenIDAuthException(String message,
Throwable cause) |
OpenIDAuthException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
abstract String |
getNiceMessage()
Subclasses required to return a niceMessage explaining
the exception error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OpenIDAuthException()
public OpenIDAuthException(String message)
public OpenIDAuthException(Throwable cause)
public abstract String getNiceMessage()
Copyright © 2021 Atlassian. All rights reserved.