org.apache.avalon.phoenix.interfaces
Class ApplicationException

java.lang.Object
  |
  +--CascadingException
        |
        +--org.apache.avalon.phoenix.interfaces.ApplicationException

public final class ApplicationException
extends CascadingException

Exception to indicate that an Application failed to startup or shutdown cleanly.

Author:
Peter Donald
See Also:
Serialized Form

Constructor Summary
ApplicationException(String message)
          Construct a new ApplicationException instance.
ApplicationException(String message, Throwable throwable)
          Construct a new ApplicationException instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationException

public ApplicationException(String message)
Construct a new ApplicationException instance.

Parameters:
message - The detail message for this exception.

ApplicationException

public ApplicationException(String message,
                            Throwable throwable)
Construct a new ApplicationException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.