org.overlord.sramp.client
Class SrampClientException

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

public class SrampClientException
extends Exception

Exception thrown by the S-RAMP client when an error of some kind is encountered.

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

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

SrampClientException

public SrampClientException()
Constructor.


SrampClientException

public SrampClientException(String message)
Constructor.

Parameters:
message -

SrampClientException

public SrampClientException(String message,
                            Throwable cause)
Constructor.

Parameters:
message -
cause -

SrampClientException

public SrampClientException(Throwable cause)
Constructor.

Parameters:
cause -


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