kr.co.hit.live.resources
Class ResourcesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kr.co.hit.live.resources.ResourcesException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ResourcesKeyException
public class ResourcesException
- extends RuntimeException
- implements Serializable
ResourceException 클래스는 리소스와 관련된 문제에 대한
범용 wrapper exception클래스이다.
- Since:
- 3.0
- Version:
- $Revision: 1.1 $ $Date: 2006/09/26 08:20:20 $
- Author:
- 김광영
- See Also:
- Serialized Form
message
protected String message
rootCause
protected Throwable rootCause
ResourcesException
public ResourcesException(String message)
ResourcesException
public ResourcesException(Throwable rootCause)
ResourcesException
public ResourcesException(String message,
Throwable rootCause)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getRootCause
public Throwable getRootCause()
Copyright © 2014. All Rights Reserved.