|
||||||||||
| 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.tml.exceptions.InvalidRequestException
@Unrecoverable public class InvalidRequestException
Raised with malformed requests to services.
| Constructor Summary | |
|---|---|
InvalidRequestException()
Creates an instance. |
|
InvalidRequestException(String msg)
Creates an instance with a message. |
|
InvalidRequestException(String msg,
Throwable cause)
Creates an instance with a message and a cause. |
|
InvalidRequestException(Throwable cause)
Creates an instance with a 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 message
public InvalidRequestException(String msg,
Throwable cause)
msg - the messagecause - the causepublic InvalidRequestException(Throwable cause)
cause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||