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