public class ConversationException extends Exception
Modifier and Type | Field and Description |
---|---|
static String |
BAD_CONTEXT_TOKEN |
static String |
RENEW_NEEDED |
static String |
UNABLE_TO_REVIEW |
static String |
UNKNOWN_DERIVATION_SOURCE |
static String |
UNSUPPORTED_CONTEXT_TOKEN |
Constructor and Description |
---|
ConversationException(String faultCode) |
ConversationException(String faultCode,
Object[] args) |
ConversationException(String faultCode,
Object[] args,
Throwable e) |
ConversationException(String faultCode,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
protected String |
getFaultCode() |
protected String |
getFaultString() |
protected static String |
getMessage(String faultCode,
Object[] args)
get the message from resource bundle.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String BAD_CONTEXT_TOKEN
public static final String UNSUPPORTED_CONTEXT_TOKEN
public static final String UNKNOWN_DERIVATION_SOURCE
public static final String RENEW_NEEDED
public static final String UNABLE_TO_REVIEW
public ConversationException(String faultCode)
protected static String getMessage(String faultCode, Object[] args)
protected String getFaultCode()
protected String getFaultString()
Copyright © 2018 JBoss by Red Hat. All rights reserved.