fr.paris.lutece.plugins.jsr168.pluto.exception
Class ContainerInitLutecePlutoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.paris.lutece.plugins.jsr168.pluto.exception.LutecePlutoException
              extended by fr.paris.lutece.plugins.jsr168.pluto.exception.ContainerInitLutecePlutoException
All Implemented Interfaces:
java.io.Serializable

public class ContainerInitLutecePlutoException
extends LutecePlutoException

Exception for Pluto initialization problems

See Also:
Serialized Form

Constructor Summary
ContainerInitLutecePlutoException(java.lang.Exception exCause)
          Construct an exception with cause of exception
ContainerInitLutecePlutoException(java.lang.String strMsg)
          Construct an exception with message
ContainerInitLutecePlutoException(java.lang.String strMsg, java.lang.Exception exCause)
          Construct an exception with message and cause of exception
 
Method Summary
 
Methods inherited from class fr.paris.lutece.plugins.jsr168.pluto.exception.LutecePlutoException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ContainerInitLutecePlutoException

public ContainerInitLutecePlutoException(java.lang.String strMsg,
                                         java.lang.Exception exCause)
Construct an exception with message and cause of exception

Parameters:
strMsg - message associate with exception
exCause - cause of exception

ContainerInitLutecePlutoException

public ContainerInitLutecePlutoException(java.lang.String strMsg)
Construct an exception with message

Parameters:
strMsg - message associate with exception

ContainerInitLutecePlutoException

public ContainerInitLutecePlutoException(java.lang.Exception exCause)
Construct an exception with cause of exception

Parameters:
exCause - cause of exception


Copyright © 2008 Mairie de Paris. All Rights Reserved.