org.eclipse.lyo.oslc4j.core.exception
Class OslcCoreDeregistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException
              extended by org.eclipse.lyo.oslc4j.core.exception.OslcCoreDeregistrationException
All Implemented Interfaces:
Serializable

public final class OslcCoreDeregistrationException
extends OslcCoreApplicationException

See Also:
Serialized Form

Constructor Summary
OslcCoreDeregistrationException(URI serviceProviderURI, int statusCode, String responseMessage)
           
 
Method Summary
 String getResponseMessage()
           
 URI getServiceProviderURI()
           
 int getStatusCode()
           
 
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

OslcCoreDeregistrationException

public OslcCoreDeregistrationException(URI serviceProviderURI,
                                       int statusCode,
                                       String responseMessage)
Method Detail

getResponseMessage

public String getResponseMessage()

getServiceProviderURI

public URI getServiceProviderURI()

getStatusCode

public int getStatusCode()


Copyright © 2014. All Rights Reserved.