org.overlord.sramp.atom.err
Class SrampAtomException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.overlord.sramp.atom.err.SrampAtomException
All Implemented Interfaces:
Serializable

public class SrampAtomException
extends Exception

The exception thrown by the Atom layer whenever something goes horribly, horribly wrong.

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

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

SrampAtomException

public SrampAtomException()
Constructor.


SrampAtomException

public SrampAtomException(String message)
Constructor.

Parameters:
message -

SrampAtomException

public SrampAtomException(String message,
                          Throwable cause)
Constructor.

Parameters:
message -
cause -

SrampAtomException

public SrampAtomException(Throwable cause)
Constructor.

Parameters:
cause -

SrampAtomException

public SrampAtomException(String msg,
                          String stackTrace)
Constructor.

Parameters:
msg -
stackTrace -


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