org.overlord.sramp.common
Class SrampException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.overlord.sramp.common.SrampException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SrampServerException, SrampUserException

public abstract class SrampException
extends Exception

Base class for all S-RAMP related exceptions.

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

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

SrampException

public SrampException()
Constructor.


SrampException

public SrampException(String message)
Constructor.

Parameters:
message -

SrampException

public SrampException(String message,
                      Throwable cause)
Constructor.

Parameters:
message -
cause -

SrampException

public SrampException(Throwable cause)
Constructor.

Parameters:
cause -


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