org.eclipse.lyo.client.exception
Class JazzAuthErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.lyo.client.exception.OslcClientApplicationException
              extended by org.eclipse.lyo.client.exception.JazzAuthErrorException
All Implemented Interfaces:
Serializable

public class JazzAuthErrorException
extends OslcClientApplicationException

Exception indicating a Jazz authentication or credentials problem

See Also:
Serialized Form

Constructor Summary
JazzAuthErrorException(int status, String jazzUrl)
           
 
Method Summary
 String getJazzUrl()
           
 int getStatus()
           
 
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

JazzAuthErrorException

public JazzAuthErrorException(int status,
                              String jazzUrl)
Method Detail

getStatus

public int getStatus()

getJazzUrl

public String getJazzUrl()


Copyright © 2014. All Rights Reserved.