|
||||||||||
| 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
org.gcube.data.tmf.api.exceptions.InvalidRequestException
public class InvalidRequestException
A RuntimeException raised when client requests are invalid for services.
| Constructor Summary | |
|---|---|
InvalidRequestException()
Creates an instance. |
|
InvalidRequestException(String msg)
Creates an instance with a given message. |
|
InvalidRequestException(String msg,
Throwable cause)
Creates an instance with a given message and an underlying cause. |
|
InvalidRequestException(Throwable cause)
Creates an instance from an underlying cause. |
|
| 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 InvalidRequestException()
public InvalidRequestException(String msg)
msg - the messagepublic InvalidRequestException(Throwable cause)
cause - the cause
public InvalidRequestException(String msg,
Throwable cause)
msg - the messagecause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||