edu.uoc.tfc.service
Class AsseguradoraServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.uoc.tfc.service.AsseguradoraServiceException
All Implemented Interfaces:
java.io.Serializable

public class AsseguradoraServiceException
extends java.lang.RuntimeException

The default exception thrown for unexpected errors occurring within AsseguradoraService.

See Also:
Serialized Form

Constructor Summary
AsseguradoraServiceException()
          The default constructor for AsseguradoraServiceException.
AsseguradoraServiceException(java.lang.String message)
          Constructs a new instance of AsseguradoraServiceException.
AsseguradoraServiceException(java.lang.String message, java.lang.Throwable throwable)
          Constructs a new instance of AsseguradoraServiceException.
AsseguradoraServiceException(java.lang.Throwable throwable)
          Constructs a new instance of AsseguradoraServiceException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsseguradoraServiceException

public AsseguradoraServiceException()
The default constructor for AsseguradoraServiceException.


AsseguradoraServiceException

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

Parameters:
throwable - the parent Throwable

AsseguradoraServiceException

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

Parameters:
message - the throwable message.

AsseguradoraServiceException

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

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