fr.ifremer.coser
Class CoserException

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

public class CoserException
extends RuntimeException

Coser runtime exception.

Version:
$Revision: 62 $ Last update : $Date: 2010-10-18 16:40:59 +0200 (lun., 18 oct. 2010) $ By : $Author: chatellier $
Author:
chatellier
See Also:
Serialized Form

Constructor Summary
CoserException(String message)
          Constructs a new exception with the specified detail message.
CoserException(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

CoserException

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

Parameters:
message - the detail message

CoserException

public CoserException(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-2011 Ifremer. All Rights Reserved.