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

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

public class NotFoundRestException
extends RestException

Exception that is thrown when a requested object was not found in the system

See Also:
Serialized Form

Constructor Summary
NotFoundRestException(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

NotFoundRestException

public NotFoundRestException(String message)
Create an instance

Parameters:
message - message


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.