org.gcube.contentmanagement.storagelayer.storagemanagementservice.exception
Class InvalidHintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.contentmanagement.storagelayer.storagemanagementservice.exception.InvalidHintException
All Implemented Interfaces:
java.io.Serializable

public class InvalidHintException
extends java.lang.Exception

Author:
Federico De Faveri defaveri@isti.cnr.it
See Also:
Serialized Form

Constructor Summary
InvalidHintException(java.lang.String message, java.lang.String invalidValue, java.lang.String invalidValueName)
           
 
Method Summary
 java.lang.String getInvalidValue()
          Returns the value that was invalid
 java.lang.String getInvalidValueName()
          Returns the name of the value that was invalid
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidHintException

public InvalidHintException(java.lang.String message,
                            java.lang.String invalidValue,
                            java.lang.String invalidValueName)
Method Detail

getInvalidValue

public java.lang.String getInvalidValue()
Returns the value that was invalid

Returns:
the value

getInvalidValueName

public java.lang.String getInvalidValueName()
Returns the name of the value that was invalid

Returns:
the name o the value