org.apache.oozie.action.hadoop
Class CredentialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.oozie.XException
org.apache.oozie.action.hadoop.CredentialException
- All Implemented Interfaces:
- Serializable
public class CredentialException
- extends XException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CredentialException
public CredentialException(XException cause)
- Create an credential exception from a XException.
- Parameters:
cause
- the XException cause.
CredentialException
public CredentialException(ErrorCode errorCode,
Object... params)
- Create a credential exception.
- Parameters:
errorCode
- error code.params
- parameters for the error code message template.
Copyright © 2013 Apache Software Foundation. All Rights Reserved.