org.benow.repository
Class ObjectRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.benow.repository.ObjectRepositoryException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DuplicateValueException, NoSuchHandlerException, NoSuchObjectException, ValidationException
public class ObjectRepositoryException
- extends java.lang.Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ObjectRepositoryException
public ObjectRepositoryException(java.lang.String message)
ObjectRepositoryException
public ObjectRepositoryException(java.lang.String message,
java.lang.Throwable nested)
getNestedException
public java.lang.Throwable getNestedException()
printStackTrace
public void printStackTrace(java.io.PrintWriter out)
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream out)
- Overrides:
printStackTrace in class java.lang.Throwable
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable