info.magnolia.module.blossom.dialog
Class RuntimeRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.magnolia.module.blossom.dialog.RuntimeRepositoryException
All Implemented Interfaces:
Serializable

public class RuntimeRepositoryException
extends RuntimeException

Runtime exception that wraps a RepositoryException. It's rarely the case that you can do anything useful when a RepositoryException is thrown.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
RuntimeRepositoryException(javax.jcr.RepositoryException e)
           
 
Method Summary
 javax.jcr.RepositoryException getNestedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

RuntimeRepositoryException

public RuntimeRepositoryException(javax.jcr.RepositoryException e)
Method Detail

getNestedException

public javax.jcr.RepositoryException getNestedException()


Copyright © 2009-2012 Magnolia International Ltd.. All Rights Reserved.