fr.paris.lutece.plugins.stock.commons.exception
Class TechnicalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fr.paris.lutece.plugins.stock.commons.exception.TechnicalException
All Implemented Interfaces:
java.io.Serializable

public class TechnicalException
extends java.lang.RuntimeException

Technical exception

See Also:
Serialized Form

Constructor Summary
TechnicalException(java.lang.String message)
          Instantiates a new technical exception.
TechnicalException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new technical exception.
 
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

TechnicalException

public TechnicalException(java.lang.String message,
                          java.lang.Throwable cause)
Instantiates a new technical exception.

Parameters:
message - the message
cause - the cause

TechnicalException

public TechnicalException(java.lang.String message)
Instantiates a new technical exception.

Parameters:
message - the message


Copyright © 2012 Mairie de Paris. All Rights Reserved.