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