net.larsan.urd.impl
Class ContainerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.larsan.norna.util.NestedException
                    |
                    +--net.larsan.urd.impl.ContainerException
All Implemented Interfaces:
java.io.Serializable

public class ContainerException
extends NestedException

A nested exception for container failures.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
Serialized Form

Constructor Summary
ContainerException(java.lang.String msg)
           
ContainerException(java.lang.String msg, java.lang.Throwable th)
           
ContainerException(java.lang.Throwable th)
           
 
Methods inherited from class net.larsan.norna.util.NestedException
getMessage, getNestedException, getNestedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerException

public ContainerException(java.lang.String msg)

ContainerException

public ContainerException(java.lang.Throwable th)

ContainerException

public ContainerException(java.lang.String msg,
                          java.lang.Throwable th)