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