|
||||||||||
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
fr.ifremer.allegro.data.survey.landing.generic.service.RemoteLandingFullServiceException
public class RemoteLandingFullServiceException
The default exception thrown for unexpected errors occurring
within RemoteLandingFullService
.
Constructor Summary | |
---|---|
RemoteLandingFullServiceException()
The default constructor for RemoteLandingFullServiceException . |
|
RemoteLandingFullServiceException(java.lang.String message)
Constructs a new instance of RemoteLandingFullServiceException . |
|
RemoteLandingFullServiceException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a new instance of RemoteLandingFullServiceException . |
|
RemoteLandingFullServiceException(java.lang.Throwable throwable)
Constructs a new instance of RemoteLandingFullServiceException . |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RemoteLandingFullServiceException()
RemoteLandingFullServiceException
.
public RemoteLandingFullServiceException(java.lang.Throwable throwable)
RemoteLandingFullServiceException
.
throwable
- the parent Throwablepublic RemoteLandingFullServiceException(java.lang.String message)
RemoteLandingFullServiceException
.
message
- the throwable message.public RemoteLandingFullServiceException(java.lang.String message, java.lang.Throwable throwable)
RemoteLandingFullServiceException
.
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 |