org.jdtaus.core.container
Class ContainerError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.jdtaus.core.container.ContainerError
- All Implemented Interfaces:
- Serializable
public class ContainerError
- extends Error
Unrecoverable error thrown if no working Container is available in
the system.
- Version:
- $Id: ContainerError.java 8044 2009-07-02 01:29:05Z schulte2005 $
- Author:
- Christian Schulte
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ContainerError
public ContainerError(String msg)
- Creates a new instance of
ContainerError taking a message.
- Parameters:
msg - the message describing the error.
ContainerError
public ContainerError(Throwable cause)
- Creates a new instance of
ContainerError taking a causing
Throwable.
- Parameters:
cause - the causing throwable.
Copyright © 2005-2009 jDTAUS. All Rights Reserved.