org.overlord.sramp.client
Class SrampServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.overlord.sramp.client.SrampServerException
All Implemented Interfaces:
Serializable

public class SrampServerException
extends RuntimeException

Exception thrown by the S-RAMP client when an error is received from the s-ramp server (repository).

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

Constructor Summary
SrampServerException()
          Constructor.
SrampServerException(String message)
          Constructor.
SrampServerException(String message, Throwable cause)
          Constructor.
SrampServerException(Throwable cause)
          Constructor.
 
Method Summary
 String getRemoteStackTrace()
           
 void setRemoteStackTrace(String remoteStackTrace)
           
 
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

SrampServerException

public SrampServerException()
Constructor.


SrampServerException

public SrampServerException(String message)
Constructor.

Parameters:
message -

SrampServerException

public SrampServerException(String message,
                            Throwable cause)
Constructor.

Parameters:
message -
cause -

SrampServerException

public SrampServerException(Throwable cause)
Constructor.

Parameters:
cause -
Method Detail

getRemoteStackTrace

public String getRemoteStackTrace()
Returns:
the remoteStackTrace

setRemoteStackTrace

public void setRemoteStackTrace(String remoteStackTrace)
Parameters:
remoteStackTrace - the remoteStackTrace to set


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