fr.ifremer.coser
Class CoserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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 (Mon, 18 Oct 2010) $
By : $Author: chatellier $
- Author:
- chatellier
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause - the cause
Copyright © 2010-2012 Ifremer. All Rights Reserved.