org.overlord.sramp.atom.archive
Class SrampArchiveException

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

public class SrampArchiveException
extends Exception

Error thrown by the SrampArchive whenever something goes wrong in there.

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

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

SrampArchiveException

public SrampArchiveException()
Constructor.


SrampArchiveException

public SrampArchiveException(String message,
                             Throwable rootCause)
Constructor.

Parameters:
message -
rootCause -

SrampArchiveException

public SrampArchiveException(String message)
Constructor.

Parameters:
message -

SrampArchiveException

public SrampArchiveException(Throwable rootCause)
Constructor.

Parameters:
rootCause -


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