org.ow2.petals.microkernel.api.extension.exception
Class CreationExtensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.petals.basisapi.exception.PetalsException
org.ow2.petals.microkernel.api.extension.exception.PetalsExtensionException
org.ow2.petals.microkernel.api.extension.exception.CreationExtensionException
- All Implemented Interfaces:
- Serializable
public class CreationExtensionException
- extends PetalsExtensionException
An error occurs during the instantiation of a Petals extension.
- Author:
- Christophe DENEUX - Linagora
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CreationExtensionException
public CreationExtensionException(String extensionName,
String message)
CreationExtensionException
public CreationExtensionException(String extensionName,
Throwable cause)
Copyright © 2005-2015 Linagora. All Rights Reserved.