fr.ifremer.allegro.data.specific.service
Class RemoteConnectionFullServiceException

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

public class RemoteConnectionFullServiceException
extends java.lang.RuntimeException

The default exception thrown for unexpected errors occurring within RemoteConnectionFullService.

See Also:
Serialized Form

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

RemoteConnectionFullServiceException

public RemoteConnectionFullServiceException()
The default constructor for RemoteConnectionFullServiceException.


RemoteConnectionFullServiceException

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

Parameters:
throwable - the parent Throwable

RemoteConnectionFullServiceException

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

Parameters:
message - the throwable message.

RemoteConnectionFullServiceException

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.