org.apache.oozie.service
Class AuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oozie.XException
              extended by org.apache.oozie.service.AuthorizationException
All Implemented Interfaces:
Serializable

public class AuthorizationException
extends XException

See Also:
Serialized Form

Constructor Summary
AuthorizationException(ErrorCode errorCode, Object... params)
           
AuthorizationException(XException cause)
           
 
Method Summary
 
Methods inherited from class org.apache.oozie.XException
getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationException

public AuthorizationException(ErrorCode errorCode,
                              Object... params)

AuthorizationException

public AuthorizationException(XException cause)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.