eXo Kernel :: Container 2.5.0-GA

org.exoplatform.container.spi
Class ContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.exoplatform.container.spi.ContainerException
All Implemented Interfaces:
Serializable

public class ContainerException
extends RuntimeException

Super class of any exception that could be thrown by a Container

Version:
$Id$
Author:
Nicolas Filotto
See Also:
Serialized Form

Constructor Summary
ContainerException()
          Construct a new exception with no cause and no detail message.
ContainerException(String message)
          Construct a new exception with no cause and the specified detail message.
ContainerException(String message, Throwable cause)
          Construct a new exception with the specified cause and the specified detail message.
ContainerException(Throwable cause)
          Construct a new exception with the specified cause and no detail message.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerException

public ContainerException()
Construct a new exception with no cause and no detail message. Note modern JVMs may still track the exception that caused this one.


ContainerException

public ContainerException(String message)
Construct a new exception with no cause and the specified detail message. Note modern JVMs may still track the exception that caused this one.

Parameters:
message - the message detailing the exception.

ContainerException

public ContainerException(Throwable cause)
Construct a new exception with the specified cause and no detail message.

Parameters:
cause - the exception that caused this one.

ContainerException

public ContainerException(String message,
                          Throwable cause)
Construct a new exception with the specified cause and the specified detail message.

Parameters:
message - the message detailing the exception.
cause - the exception that caused this one.

eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.