Class PrepareFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.glassfish.hk2.api.HK2RuntimeException
-
- org.glassfish.hk2.configuration.hub.api.PrepareFailedException
-
- All Implemented Interfaces:
Serializable
public class PrepareFailedException extends HK2RuntimeException
All exceptions fromBeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exception- Author:
- jwells
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrepareFailedException()
PrepareFailedException(Throwable th)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PrepareFailedException
public PrepareFailedException()
-
PrepareFailedException
public PrepareFailedException(Throwable th)
-
-