|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.uoc.tfc.service.AsseguradoraServiceException
public class AsseguradoraServiceException
The default exception thrown for unexpected errors occurring
within AsseguradoraService
.
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 |
---|
public AsseguradoraServiceException()
AsseguradoraServiceException
.
public AsseguradoraServiceException(java.lang.Throwable throwable)
AsseguradoraServiceException
.
throwable
- the parent Throwablepublic AsseguradoraServiceException(java.lang.String message)
AsseguradoraServiceException
.
message
- the throwable message.public AsseguradoraServiceException(java.lang.String message, java.lang.Throwable throwable)
AsseguradoraServiceException
.
message
- the throwable message.throwable
- the parent of this Throwable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |