org.ow2.petals.microkernel.api.extension.exception
Class PetalsExtensionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.basisapi.exception.PetalsException
              extended by org.ow2.petals.microkernel.api.extension.exception.PetalsExtensionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CreationExtensionException, NotSatisfiedDependenciesException

public class PetalsExtensionException
extends org.ow2.petals.basisapi.exception.PetalsException

Base exception of Petals extension errors

Author:
Christophe DENEUX - Linagora
See Also:
Serialized Form

Constructor Summary
PetalsExtensionException(String message)
           
PetalsExtensionException(String message, Throwable cause)
           
 
Method Summary
 
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

PetalsExtensionException

public PetalsExtensionException(String message)

PetalsExtensionException

public PetalsExtensionException(String message,
                                Throwable cause)


Copyright © 2005-2015 Linagora. All Rights Reserved.