UDK 3.1.0 Java API Reference

com.sun.star.uno
クラス SecurityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sun.star.uno.RuntimeException
                          |
                          +--com.sun.star.uno.SecurityException
すべての実装インタフェース:
Serializable

public class SecurityException
extends RuntimeException

関連項目:
直列化された形式

フィールドの概要
 
クラス com.sun.star.uno.RuntimeException から継承したフィールド
Context, UNOTYPEINFO
 
コンストラクタの概要
SecurityException()
           
SecurityException(String _Message)
           
SecurityException(String _Message, Object _Context)
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SecurityException

public SecurityException()

SecurityException

public SecurityException(String _Message)

SecurityException

public SecurityException(String _Message,
                         Object _Context)

UDK 3.1.0 Java API Reference