eu.monnetproject.lemon.impl
Class RemoteUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by eu.monnetproject.lemon.impl.RemoteUpdateException
All Implemented Interfaces:
Serializable

public class RemoteUpdateException
extends RuntimeException

Indicates the remotely updating a resource failed

Author:
John McCrae
See Also:
Serialized Form

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

RemoteUpdateException

public RemoteUpdateException()

RemoteUpdateException

public RemoteUpdateException(String message)

RemoteUpdateException

public RemoteUpdateException(Throwable cause)

RemoteUpdateException

public RemoteUpdateException(String message,
                             Throwable cause)


Copyright © 2012. All Rights Reserved.