org.apache.ambari.view
Class SecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ambari.view.SecurityException
All Implemented Interfaces:
Serializable

public class SecurityException
extends Exception

Indicates that a view security exception occurred.

See Also:
Serialized Form

Constructor Summary
SecurityException(String msg)
          Constructor.
SecurityException(String msg, Throwable throwable)
          Constructor.
 
Method Summary
 
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

SecurityException

public SecurityException(String msg)
Constructor.

Parameters:
msg - message

SecurityException

public SecurityException(String msg,
                         Throwable throwable)
Constructor.

Parameters:
msg - message
throwable - root exception


Copyright © 2015 Apache Software Foundation. All rights reserved.