com.ls.util
Class ResourceBundleException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.util.ResourceBundleException
- All Implemented Interfaces:
- Serializable
- public class ResourceBundleException
- extends BaseException
Exception to identify that there is a problem while opening a resource
- Version:
- $Revision: 1.0 $
- Author:
- Last modified by $Author: TBerk $
- See Also:
- Serialized Form
ResourceBundleException
public ResourceBundleException()
- Creates a
ResourceBundleException
with no specified detail message.
ResourceBundleException
public ResourceBundleException(String description)
- Creates a
ResourceBundleException
with the specified detail message.
- Parameters:
description
- The detail message.
ResourceBundleException
public ResourceBundleException(String description,
Throwable throwable)
- Creates a
ResourceBundleException
with the specified
detail message and nested exception.
- Parameters:
description
- The detail message.throwable
- The nested exception.