org.overlord.sramp.ui.shared.rsvcs
Class RemoteServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.overlord.sramp.ui.shared.rsvcs.RemoteServiceException
All Implemented Interfaces:
Serializable

public class RemoteServiceException
extends Exception

Remote services can throw this exception and it will be caught on the client.

Author:
eric.wittmann@redhat.com
See Also:
Serialized Form

Constructor Summary
RemoteServiceException()
          Constructor.
RemoteServiceException(String message)
          Constructor.
RemoteServiceException(String message, Throwable root)
          Constructor.
RemoteServiceException(Throwable root)
          Constructor.
 
Method Summary
 String getRootStackTrace()
           
 void setRootStackTrace(String rootStackTrace)
           
 
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

RemoteServiceException

public RemoteServiceException()
Constructor.


RemoteServiceException

public RemoteServiceException(String message,
                              Throwable root)
Constructor.

Parameters:
message -
root -

RemoteServiceException

public RemoteServiceException(Throwable root)
Constructor.

Parameters:
root -

RemoteServiceException

public RemoteServiceException(String message)
Constructor.

Parameters:
message -
Method Detail

getRootStackTrace

public String getRootStackTrace()
Returns:
the rootStackTrace

setRootStackTrace

public void setRootStackTrace(String rootStackTrace)
Parameters:
rootStackTrace - the rootStackTrace to set


Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.