org.apache.avalon.phoenix.interfaces
Class ApplicationException

org.apache.avalon.phoenix.interfaces.ApplicationException

public final class ApplicationException

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

Author:
Peter Donald

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

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.