org.objectweb.jonas.ear.lib
Class JarListException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jonas.ear.lib.JarListException
All Implemented Interfaces:
java.io.Serializable

public class JarListException
extends java.lang.Exception

The class JarListException indicates conditions that a reasonable application might want to catch.

Author:
Florent Benoit, Ludovic Bert
See Also:
Serialized Form

Constructor Summary
JarListException()
          Constructs a new JarListException with no detail message.
JarListException(java.lang.String message)
          Constructs a new JarListException with the specified message.
 
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

JarListException

public JarListException()
Constructs a new JarListException with no detail message.


JarListException

public JarListException(java.lang.String message)
Constructs a new JarListException with the specified message.

Parameters:
message - the detail message.