edu.uoc.tfc.service
Class TipusSinistreServiceException

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

public class TipusSinistreServiceException
extends java.lang.RuntimeException

The default exception thrown for unexpected errors occurring within TipusSinistreService.

See Also:
Serialized Form

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

TipusSinistreServiceException

public TipusSinistreServiceException()
The default constructor for TipusSinistreServiceException.


TipusSinistreServiceException

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

Parameters:
throwable - the parent Throwable

TipusSinistreServiceException

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

Parameters:
message - the throwable message.

TipusSinistreServiceException

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

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