org.slim3.commons.exception
Class NamingRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.slim3.commons.exception.SRuntimeException
                  extended by 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

Constructor Summary
NamingRuntimeException(NamingException cause)
          Constructor.
NamingRuntimeException(String messageCode, Object... args)
          Constructor.
NamingRuntimeException(Throwable cause, String messageCode, Object... args)
          Constructor.
 
Method Summary
 
Methods inherited from class org.slim3.commons.exception.SRuntimeException
convertCauseMessage, getArgs, getMessageCode
 
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

NamingRuntimeException

public NamingRuntimeException(NamingException cause)
Constructor.

Parameters:
cause - the cause.

NamingRuntimeException

public NamingRuntimeException(String messageCode,
                              Object... args)
Constructor.

Parameters:
messageCode - the message code
args - the arguments

NamingRuntimeException

public NamingRuntimeException(Throwable cause,
                              String messageCode,
                              Object... args)
Constructor.

Parameters:
cause - the cause
messageCode - the message code
args - the arguments


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.