org.nakedobjects.applib
Class RepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nakedobjects.applib.RepositoryException
All Implemented Interfaces:
Serializable

public class RepositoryException
extends RuntimeException

Indicates that a repository method has failed.

See Also:
Serialized Form

Constructor Summary
RepositoryException()
           
RepositoryException(String msg)
           
RepositoryException(String msg, Throwable cause)
           
RepositoryException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

RepositoryException

public RepositoryException()

RepositoryException

public RepositoryException(String msg)

RepositoryException

public RepositoryException(Throwable cause)

RepositoryException

public RepositoryException(String msg,
                           Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.