org.overlord.sramp.common
Class SrampServerException

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

public class SrampServerException
extends SrampException

Exception thrown when the server fails unexpectedly (e.g. storage errors).

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
 
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 -


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