org.nakedobjects.applib
Class RepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nakedobjects.applib.RepositoryException
- All Implemented Interfaces:
- Serializable
public class RepositoryException
- extends RuntimeException
Indicates that a repository method has failed.
- See Also:
- Serialized Form
RepositoryException
public RepositoryException()
RepositoryException
public RepositoryException(String msg)
RepositoryException
public RepositoryException(Throwable cause)
RepositoryException
public RepositoryException(String msg,
Throwable cause)
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.