org.gcube.data.tml.exceptions
Class UnsupportedRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gcube.data.tml.exceptions.UnsupportedRequestException
All Implemented Interfaces:
Serializable

@Unrecoverable
public class UnsupportedRequestException
extends RuntimeException

Raised with requests to services which are not supported by the target plugin.

Author:
Fabio Simeoni
See Also:
Serialized Form

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

UnsupportedRequestException

public UnsupportedRequestException()
Creates an instance.


UnsupportedRequestException

public UnsupportedRequestException(String msg)
Creates an instance with a message.

Parameters:
msg - the message

UnsupportedRequestException

public UnsupportedRequestException(String msg,
                                   Throwable cause)
Creates an instance with a message and a cause.

Parameters:
msg - the message
cause - the cause

UnsupportedRequestException

public UnsupportedRequestException(Throwable cause)
Creates an instance with a cause.

Parameters:
cause - the cause


Copyright © 2012. All Rights Reserved.