org.modeshape.jcr.cache
Class WrappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.modeshape.jcr.cache.WrappedException
- All Implemented Interfaces:
- Serializable
public class WrappedException
- extends RuntimeException
An exception that wraps another non-runtime exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrappedException
public WrappedException(Exception cause)
- Parameters:
cause
- the cause of this exception
WrappedException
public WrappedException(String message,
Exception cause)
- Parameters:
message
- the messagecause
- the cause of this exception
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.