org.jitr.core
Class ContainerOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jitr.core.JitrException
org.jitr.core.ContainerOperationException
- All Implemented Interfaces:
- java.io.Serializable
public class ContainerOperationException
- extends JitrException
Exception specific to container operations. This is a general wrapper for all container specific
exceptions.
- Author:
- Josh Devins (info@joshdevins.net)
- See Also:
- Serialized Form
| 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 |
ContainerOperationException
public ContainerOperationException(java.lang.String message,
Container<?> container)
ContainerOperationException
public ContainerOperationException(java.lang.String message,
java.lang.Throwable cause,
Container<?> container)
getContainerName
public java.lang.String getContainerName()
Copyright © 2009. All Rights Reserved.