org.gcube.resourcemanagement.support.server.exceptions
Class ResourceParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.resourcemanagement.support.server.exceptions.AbstractResourceException
              extended by org.gcube.resourcemanagement.support.server.exceptions.ResourceParameterException
All Implemented Interfaces:
Serializable

public class ResourceParameterException
extends AbstractResourceException

Wrong parameters provided by the user.

Author:
Daniele Strollo (ISTI-CNR)
See Also:
Serialized Form

Constructor Summary
ResourceParameterException()
           
ResourceParameterException(String message)
           
ResourceParameterException(String message, Throwable cause)
           
ResourceParameterException(Throwable 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

ResourceParameterException

public ResourceParameterException()

ResourceParameterException

public ResourceParameterException(String message,
                                  Throwable cause)

ResourceParameterException

public ResourceParameterException(String message)

ResourceParameterException

public ResourceParameterException(Throwable cause)


Copyright © 2013. All Rights Reserved.