org.apache.ambari.view
Class MaskException

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

public class MaskException
extends Exception

Indicates that a mask exception occurred.

See Also:
Serialized Form

Constructor Summary
MaskException(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

MaskException

public MaskException(String msg,
                     Throwable throwable)
Constructor.

Parameters:
msg - message
throwable - root exception


Copyright © 2015 Apache Software Foundation. All rights reserved.