com.gentics.contentnode.rest.client.exceptions
Class InvalidDataRestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.contentnode.rest.client.exceptions.RestException
              extended by com.gentics.contentnode.rest.client.exceptions.InvalidDataRestException
All Implemented Interfaces:
Serializable

public class InvalidDataRestException
extends RestException

Exception that is thrown when data for the request was invalid or insufficient

See Also:
Serialized Form

Constructor Summary
InvalidDataRestException(String message)
          Create an instance
 
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

InvalidDataRestException

public InvalidDataRestException(String message)
Create an instance

Parameters:
message - message


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.