com.atlassian.confluence.api.service.exceptions.unchecked
Class NotImplementedServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.confluence.api.service.exceptions.ServiceException
                  extended by com.atlassian.confluence.api.service.exceptions.unchecked.NotImplementedServiceException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedServiceException
extends ServiceException

Indicates that a particular service is not yet implemented, maps to a 501 error

See Also:
Serialized Form

Constructor Summary
NotImplementedServiceException(java.lang.String message)
           
NotImplementedServiceException(java.lang.String message, java.lang.Exception e)
           
 
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

NotImplementedServiceException

public NotImplementedServiceException(java.lang.String message)

NotImplementedServiceException

public NotImplementedServiceException(java.lang.String message,
                                      java.lang.Exception e)


Copyright © 2003-2014 Atlassian. All Rights Reserved.