public class CredentialException extends XException
| Constructor and Description | 
|---|
CredentialException(ErrorCode errorCode,
                                      Object... params)
Create a credential exception. 
 | 
CredentialException(XException cause)
Create an credential exception from a XException. 
 | 
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CredentialException(XException cause)
cause - the XException cause.public CredentialException(ErrorCode errorCode, Object... params)
errorCode - error code.params - parameters for the error code message template.Copyright © 2016 Apache Software Foundation. All rights reserved.