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

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

public class LutecePlutoException
extends java.lang.Exception

Root exception for Lutece/Pluto plugin

See Also:
Serialized Form

Constructor Summary
LutecePlutoException(java.lang.Exception exCause)
          Construct an exception with cause of exception
LutecePlutoException(java.lang.String strMsg)
          Construct an exception with message
LutecePlutoException(java.lang.String strMsg, java.lang.Exception exCause)
          Construct an exception with message and cause of exception
 
Method Summary
 java.lang.Exception getCause()
          Return the cause of the exception
 
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

LutecePlutoException

public LutecePlutoException(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

LutecePlutoException

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

Parameters:
strMsg - message associate with exception

LutecePlutoException

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

Parameters:
exCause - cause of exception
Method Detail

getCause

public java.lang.Exception getCause()
Return the cause of the exception

Overrides:
getCause in class java.lang.Throwable
Returns:
the cause of the exception


Copyright © 2008 Mairie de Paris. All Rights Reserved.