org.mentabean
Class BeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mentabean.BeanException
- All Implemented Interfaces:
- Serializable
public class BeanException
- extends RuntimeException
A runtime exception that can happen when working with MentaBean.
- Author:
- Sergio Oliveira Jr.
- See Also:
- Serialized Form
rootCause
protected final Throwable rootCause
BeanException
public BeanException()
BeanException
public BeanException(Throwable e)
BeanException
public BeanException(String msg)
BeanException
public BeanException(String msg,
Throwable e)
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
Copyright © 2013. All Rights Reserved.