fr.ifremer.allegro.data.survey.sale.generic.service
Class RemoteSaleFullServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fr.ifremer.allegro.data.survey.sale.generic.service.RemoteSaleFullServiceException
All Implemented Interfaces:
java.io.Serializable

public class RemoteSaleFullServiceException
extends java.lang.RuntimeException

The default exception thrown for unexpected errors occurring within RemoteSaleFullService.

See Also:
Serialized Form

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

RemoteSaleFullServiceException

public RemoteSaleFullServiceException()
The default constructor for RemoteSaleFullServiceException.


RemoteSaleFullServiceException

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

Parameters:
throwable - the parent Throwable

RemoteSaleFullServiceException

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

Parameters:
message - the throwable message.

RemoteSaleFullServiceException

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.