public class MoSAMLException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
MoSAMLException.SAMLErrorCode |
| Constructor and Description |
|---|
MoSAMLException(MoSAMLException.SAMLErrorCode errorCode) |
MoSAMLException(String message,
MoSAMLException.SAMLErrorCode errorCode) |
MoSAMLException(String message,
String resolution,
MoSAMLException.SAMLErrorCode errorCode) |
MoSAMLException(Throwable cause,
MoSAMLException.SAMLErrorCode errorCode) |
| Modifier and Type | Method and Description |
|---|---|
MoSAMLException.SAMLErrorCode |
getErrorCode() |
String |
getMessage() |
String |
getResolution() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MoSAMLException(MoSAMLException.SAMLErrorCode errorCode)
public MoSAMLException(String message, String resolution, MoSAMLException.SAMLErrorCode errorCode)
public MoSAMLException(Throwable cause, MoSAMLException.SAMLErrorCode errorCode)
public MoSAMLException(String message, MoSAMLException.SAMLErrorCode errorCode)
public String getMessage()
getMessage in class Throwablepublic String getResolution()
public MoSAMLException.SAMLErrorCode getErrorCode()
Copyright © 2016–2022. All rights reserved.