org.overlord.sramp.client.jar
Class JarToSrampArchiveException

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

public class JarToSrampArchiveException
extends Exception

Exception thrown when a problem with the JarToSrampArchive class encounters an error.

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

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

JarToSrampArchiveException

public JarToSrampArchiveException()
Constructor.


JarToSrampArchiveException

public JarToSrampArchiveException(String message)
Constructor.

Parameters:
message -

JarToSrampArchiveException

public JarToSrampArchiveException(String message,
                                  Throwable cause)
Constructor.

Parameters:
message -
cause -

JarToSrampArchiveException

public JarToSrampArchiveException(Throwable cause)
Constructor.

Parameters:
cause -


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