org.eclipse.lyo.client.exception
Class OslcClientApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.lyo.client.exception.OslcClientApplicationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JazzAuthErrorException, JazzAuthFailedException, ResourceNotFoundException, RootServicesException

public abstract class OslcClientApplicationException
extends Exception

Base class for all application exceptions.

See Also:
Serialized Form

Constructor Summary
OslcClientApplicationException(String messageKey, Object[] args)
           
OslcClientApplicationException(String messageKey, Object[] args, Throwable t)
           
 
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

OslcClientApplicationException

public OslcClientApplicationException(String messageKey,
                                      Object[] args)

OslcClientApplicationException

public OslcClientApplicationException(String messageKey,
                                      Object[] args,
                                      Throwable t)


Copyright © 2013. All Rights Reserved.