fr.ifremer.isisfish
Class IsisFishRuntimeException

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

public class IsisFishRuntimeException
extends RuntimeException

Isis runtime exception.

Author:
poussin
See Also:
Serialized Form

Constructor Summary
IsisFishRuntimeException(String message)
          Constructor with message.
IsisFishRuntimeException(String message, Throwable cause)
          Constructor with 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

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 - message
cause - cause


Copyright © 1999-2012 CodeLutin. All Rights Reserved.