org.slim3.commons.exception
Class NamingRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.slim3.commons.exception.SRuntimeException
org.slim3.commons.exception.NamingRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NameAlreadyBoundRuntimeException, NameNotFoundRuntimeException
public class NamingRuntimeException
- extends SRuntimeException
This exception is thrown when a NamingException
is encountered.
- Author:
- higa
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NamingRuntimeException
public NamingRuntimeException(NamingException cause)
- Constructor.
- Parameters:
cause
- the cause.
NamingRuntimeException
public NamingRuntimeException(String messageCode,
Object... args)
- Constructor.
- Parameters:
messageCode
- the message codeargs
- the arguments
NamingRuntimeException
public NamingRuntimeException(Throwable cause,
String messageCode,
Object... args)
- Constructor.
- Parameters:
cause
- the causemessageCode
- the message codeargs
- the arguments
Copyright © 2008-2009 The Slim3 project. All Rights Reserved.