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

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.AuthenticationFullServiceException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationFullServiceException
extends java.lang.RuntimeException

The default exception thrown for unexpected errors occurring within AuthenticationFullService.

See Also:
Serialized Form

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

AuthenticationFullServiceException

public AuthenticationFullServiceException()
The default constructor for AuthenticationFullServiceException.


AuthenticationFullServiceException

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

Parameters:
throwable - the parent Throwable

AuthenticationFullServiceException

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

Parameters:
message - the throwable message.

AuthenticationFullServiceException

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.