org.apache.ambari.view
Class SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SecurityException
public SecurityException(String msg)
- Constructor.
- Parameters:
msg - message
SecurityException
public SecurityException(String msg,
Throwable throwable)
- Constructor.
- Parameters:
msg - messagethrowable - root exception
Copyright © 2015 Apache Software Foundation. All rights reserved.