org.ow2.jonas.lib.cpmanager
Class JarListException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jonas.lib.cpmanager.JarListException
All Implemented Interfaces:
Serializable

public class JarListException
extends 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(String message)
          Constructs a new JarListException with the specified message.
 
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

JarListException

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


JarListException

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

Parameters:
message - the detail message.


Copyright © 2010 OW2 Consortium. All Rights Reserved.