com.atlassian.gadgets.opensocial.spi
Class PersonServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.gadgets.opensocial.spi.PersonServiceException
All Implemented Interfaces:
Serializable

public class PersonServiceException
extends RuntimeException

Thrown if there is a problem while performing an operation in the PersonService

Since:
2.0
See Also:
Serialized Form

Constructor Summary
PersonServiceException(String message)
           
PersonServiceException(String message, Throwable cause)
           
PersonServiceException(Throwable cause)
           
 
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

PersonServiceException

public PersonServiceException(String message,
                              Throwable cause)

PersonServiceException

public PersonServiceException(String message)

PersonServiceException

public PersonServiceException(Throwable cause)


Copyright © 2011 Atlassian. All Rights Reserved.