fr.ifremer.allegro.data.produce.generic.service
Class RemoteProduceFullServiceException

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

public class RemoteProduceFullServiceException
extends java.lang.RuntimeException

The default exception thrown for unexpected errors occurring within RemoteProduceFullService.

See Also:
Serialized Form

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

RemoteProduceFullServiceException

public RemoteProduceFullServiceException()
The default constructor for RemoteProduceFullServiceException.


RemoteProduceFullServiceException

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

Parameters:
throwable - the parent Throwable

RemoteProduceFullServiceException

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

Parameters:
message - the throwable message.

RemoteProduceFullServiceException

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.