fr.ifremer.coser.web
Class CoserWebException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fr.ifremer.coser.web.CoserWebException
All Implemented Interfaces:
Serializable

public class CoserWebException
extends RuntimeException

Coser web runtime exception.

Version:
$Revision: 454 $ Last update : $Date: 2011-01-03 10:25:40 +0100 (Mon, 03 Jan 2011) $ By : $Author: chatellier $
Author:
chatellier
See Also:
Serialized Form

Constructor Summary
CoserWebException(String message)
          Constructs a new exception with the specified detail message.
CoserWebException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and 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

CoserWebException

public CoserWebException(String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message

CoserWebException

public CoserWebException(String message,
                         Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause


Copyright © 2010-2012 Ifremer. All Rights Reserved.