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