fr.ifremer.allegro.referential.regulation.generic.service
Class RemoteFisheryFullServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fr.ifremer.allegro.referential.regulation.generic.service.RemoteFisheryFullServiceException
All Implemented Interfaces:
java.io.Serializable

public class RemoteFisheryFullServiceException
extends java.lang.RuntimeException

The default exception thrown for unexpected errors occurring within RemoteFisheryFullService.

See Also:
Serialized Form

Constructor Summary
RemoteFisheryFullServiceException()
          The default constructor for RemoteFisheryFullServiceException.
RemoteFisheryFullServiceException(java.lang.String message)
          Constructs a new instance of RemoteFisheryFullServiceException.
RemoteFisheryFullServiceException(java.lang.String message, java.lang.Throwable throwable)
          Constructs a new instance of RemoteFisheryFullServiceException.
RemoteFisheryFullServiceException(java.lang.Throwable throwable)
          Constructs a new instance of RemoteFisheryFullServiceException.
 
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

RemoteFisheryFullServiceException

public RemoteFisheryFullServiceException()
The default constructor for RemoteFisheryFullServiceException.


RemoteFisheryFullServiceException

public RemoteFisheryFullServiceException(java.lang.Throwable throwable)
Constructs a new instance of RemoteFisheryFullServiceException.

Parameters:
throwable - the parent Throwable

RemoteFisheryFullServiceException

public RemoteFisheryFullServiceException(java.lang.String message)
Constructs a new instance of RemoteFisheryFullServiceException.

Parameters:
message - the throwable message.

RemoteFisheryFullServiceException

public RemoteFisheryFullServiceException(java.lang.String message,
                                         java.lang.Throwable throwable)
Constructs a new instance of RemoteFisheryFullServiceException.

Parameters:
message - the throwable message.
throwable - the parent of this Throwable.


Copyright © 2008-2010 IFREMER. All Rights Reserved.