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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.contentnode.rest.client.exceptions.RestException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthRequiredRestException, FailureRestException, InvalidDataRestException, MaintenanceModeRestException, NotFoundRestException, PermissionRestException

public class RestException
extends Exception

Base class for all possible exceptions that might be thrown for REST API actions

See Also:
Serialized Form

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

RestException

public RestException(String message)
Create an instance

Parameters:
message - message


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.