org.apache.ambari.view
Class PersistenceException

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

public class PersistenceException
extends Exception

View persistence exception. Indicates that an error occurred while persisting a view or view data.

See Also:
Serialized Form

Constructor Summary
PersistenceException(String msg)
          Constructor.
PersistenceException(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

PersistenceException

public PersistenceException(String msg)
Constructor.

Parameters:
msg - message

PersistenceException

public PersistenceException(String msg,
                            Throwable throwable)
Constructor.

Parameters:
msg - message
throwable - root exception


Copyright © 2015 Apache Software Foundation. All rights reserved.