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

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

public final class OslcCoreRegistrationException
extends OslcCoreApplicationException

See Also:
Serialized Form

Constructor Summary
OslcCoreRegistrationException(ServiceProvider serviceProvider, int statusCode, String responseMessage)
           
 
Method Summary
 String getResponseMessage()
           
 ServiceProvider getServiceProvider()
           
 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

OslcCoreRegistrationException

public OslcCoreRegistrationException(ServiceProvider serviceProvider,
                                     int statusCode,
                                     String responseMessage)
Method Detail

getResponseMessage

public String getResponseMessage()

getServiceProvider

public ServiceProvider getServiceProvider()

getStatusCode

public int getStatusCode()


Copyright © 2013. All Rights Reserved.