gov.nih.nci.caarray.services.external.v1_0
Class InvalidInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.services.external.v1_0.ApiException
              extended by gov.nih.nci.caarray.services.external.v1_0.InvalidInputException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidReferenceException, UnsupportedCategoryException

public class InvalidInputException
extends ApiException

Exception thrown to indicate that a passed in query parameter was invalid.

Author:
gax
See Also:
Serialized Form

Constructor Summary
InvalidInputException()
          Default constructor.
InvalidInputException(java.lang.String message)
          Constructor with message.
 
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

InvalidInputException

public InvalidInputException(java.lang.String message)
Constructor with message.

Parameters:
message - message.

InvalidInputException

public InvalidInputException()
Default constructor.