org.gcube.data.tml.exceptions
Class InvalidRequestException

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.InvalidRequestException
All Implemented Interfaces:
Serializable

@Unrecoverable
public class InvalidRequestException
extends RuntimeException

Raised with malformed requests to services.

Author:
Fabio Simeoni
See Also:
Serialized Form

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

InvalidRequestException

public InvalidRequestException()
Creates an instance.


InvalidRequestException

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

Parameters:
msg - the message

InvalidRequestException

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

Parameters:
msg - the message
cause - the cause

InvalidRequestException

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

Parameters:
cause - the cause


Copyright © 2012. All Rights Reserved.