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.
|
getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2018 Apache Software Foundation. All rights reserved.