fr.ifremer.isisfish
Class IsisFishRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.ifremer.isisfish.IsisFishRuntimeException
- All Implemented Interfaces:
- Serializable
public class IsisFishRuntimeException
- extends RuntimeException
Isis runtime exception.
- Author:
- poussin
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IsisFishRuntimeException
public IsisFishRuntimeException(String message)
- Constructor with message.
- Parameters:
message - message
IsisFishRuntimeException
public IsisFishRuntimeException(String message,
Throwable cause)
- Constructor with message and cause.
- Parameters:
message - messagecause - cause
Copyright © 1999-2012 CodeLutin. All Rights Reserved.