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

Author:
poussin
See Also:
Serialized Form

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

IsisFishRuntimeException

public IsisFishRuntimeException(String message)
Parameters:
message -

IsisFishRuntimeException

public IsisFishRuntimeException(String message,
                                Throwable cause)
Parameters:
message -
cause -

IsisFishRuntimeException

public IsisFishRuntimeException(Throwable cause)
Parameters:
cause -


Copyright © 1999-2010 CodeLutin. All Rights Reserved.