java.lang
Class IllegalAccessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.IllegalAccessException

public class IllegalAccessException
extends Exception

접근 권한이 없는 클래스에 접근하려 할 때 발생하는 exception 클래스.


Constructor Summary
IllegalAccessException()
          IllegalAccessException을 생성한다.
IllegalAccessException(String s)
          IllegalAccessException을 생성한다.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalAccessException

public IllegalAccessException()
IllegalAccessException을 생성한다.

IllegalAccessException

public IllegalAccessException(String s)
IllegalAccessException을 생성한다.
Parameters:
s - IllegalAccessException의 세부 메세지.


AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com