|
||||||||||
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.ClientServiceException
public class ClientServiceException
The default exception thrown for unexpected errors occurring
within ClientService
.
Constructor Summary | |
---|---|
ClientServiceException()
The default constructor for ClientServiceException . |
|
ClientServiceException(java.lang.String message)
Constructs a new instance of ClientServiceException . |
|
ClientServiceException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a new instance of ClientServiceException . |
|
ClientServiceException(java.lang.Throwable throwable)
Constructs a new instance of ClientServiceException . |
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 ClientServiceException()
ClientServiceException
.
public ClientServiceException(java.lang.Throwable throwable)
ClientServiceException
.
throwable
- the parent Throwablepublic ClientServiceException(java.lang.String message)
ClientServiceException
.
message
- the throwable message.public ClientServiceException(java.lang.String message, java.lang.Throwable throwable)
ClientServiceException
.
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 |