org.ow2.jonas.lib.work
Class DeployerLogException

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

public class DeployerLogException
extends Exception

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

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

Constructor Summary
DeployerLogException()
          Constructs a new DeployerLogException with no detail message.
DeployerLogException(String message)
          Constructs a new DeployerLogException 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

DeployerLogException

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


DeployerLogException

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

Parameters:
message - the detail message.


Copyright © 2010 OW2 Consortium. All Rights Reserved.