kr.co.hit.live.resources
Class ResourcesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Field Summary
protected  String message
           
protected  Throwable rootCause
           
 
Constructor Summary
ResourcesException(String message)
           
ResourcesException(String message, Throwable rootCause)
           
ResourcesException(Throwable rootCause)
           
 
Method Summary
 String getMessage()
           
 Throwable getRootCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

protected String message

rootCause

protected Throwable rootCause
Constructor Detail

ResourcesException

public ResourcesException(String message)

ResourcesException

public ResourcesException(Throwable rootCause)

ResourcesException

public ResourcesException(String message,
                          Throwable rootCause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getRootCause

public Throwable getRootCause()


Copyright © 2014. All Rights Reserved.