org.jdtaus.core.container
Class ContainerError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.jdtaus.core.container.ContainerError
All Implemented Interfaces:
Serializable

public class ContainerError
extends Error

Unrecoverable error thrown if no working is available in the system.

Version:
$Id: ContainerError.java 1914 2007-03-01 02:20:44Z schulte2005 $
Author:
Christian Schulte
See Also:
Serialized Form

Constructor Summary
ContainerError(String msg)
          Creates a new instance of taking a message.
ContainerError(Throwable cause)
          Creates a new instance of taking a causing .
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerError

public ContainerError(String msg)
Creates a new instance of taking a message.

Parameters:
msg - the message describing the error.

ContainerError

public ContainerError(Throwable cause)
Creates a new instance of taking a causing .

Parameters:
cause - the causing throwable.


Copyright © 2005-2007 jDTAUS. All Rights Reserved.