com.ibm.security.jgss.i18n
Class I18NException
- java.lang.Object
com.ibm.security.jgss.i18n.I18NException
- public final class I18NException
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
epr
|
Constructor Summary
Constructor and Description |
---|
I18NException()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
throwException(PropertyResource pr,java.lang.String messageKey)
|
|
throwException(PropertyResource pr,java.lang.String messageKey,java.lang.Object[] params)
|
|
throwException(java.lang.String messageKey)
|
|
throwException(java.lang.String messageKey,java.lang.Object[] params)
|
|
throwFailedLoginException(java.lang.String messageKey)
|
|
throwFailedLoginException(java.lang.String messageKey,java.lang.Object[] params)
|
|
throwGSSException(int major,int minor,java.lang.String messageKey)
|
|
throwGSSException(int major,int minor,java.lang.String phrase,boolean internationalized)
|
|
throwGSSException(int major,int minor,java.lang.String messageKey,java.lang.Object[] params)
|
|
throwGSSException(PropertyResource pr,int major,int minor,java.lang.String messageKey)
|
|
throwGSSException(PropertyResource pr,int major,int minor,java.lang.String messageKey,java.lang.Object[] params)
|
|
throwIllegalArgumentException(PropertyResource pr,java.lang.String messageKey)
|
|
throwIllegalArgumentException(PropertyResource pr,java.lang.String messageKey,java.lang.Object[] params)
|
|
throwIllegalArgumentException(java.lang.String messageKey)
|
|
throwIllegalArgumentException(java.lang.String messageKey,java.lang.Object[] params)
|
|
throwIOException(java.lang.String messageKey)
|
|
throwIOException(java.lang.String messageKey,java.lang.Object[] params)
|
|
throwLoginException(java.lang.String messageKey)
|
|
throwLoginException(java.lang.String messageKey,java.lang.Object[] params)
|
|
throwNumberFormatException(java.lang.String messageKey)
|
|
throwRuntimeException(java.lang.String messageKey)
|
|
throwSecurityException(java.lang.String messageKey)
|
|
throwUnsupportedOperationException(java.lang.String messageKey)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
epr
- public static final PropertyResource epr
Constructor Detail
I18NException
- public I18NException()
Method Detail
throwException
- public static void throwException( java.lang.String messageKey,
- java.lang.Object[] params)
- throws java.lang.Exception
Throws:
java.lang.Exception
throwException
- public static void throwException( java.lang.String messageKey)
- throws java.lang.Exception
Throws:
java.lang.Exception
throwException
- public static void throwException( PropertyResource pr,
- java.lang.String messageKey,
- java.lang.Object[] params)
- throws java.lang.Exception
Throws:
java.lang.Exception
throwException
- public static void throwException( PropertyResource pr,
- java.lang.String messageKey)
- throws java.lang.Exception
Throws:
java.lang.Exception
throwGSSException
- public static void throwGSSException( int major,
- int minor,
- java.lang.String messageKey,
- java.lang.Object[] params)
- throws GSSException
Throws:
throwGSSException
- public static void throwGSSException( int major,
- int minor,
- java.lang.String messageKey)
- throws GSSException
Throws:
throwGSSException
- public static void throwGSSException( PropertyResource pr,
- int major,
- int minor,
- java.lang.String messageKey,
- java.lang.Object[] params)
- throws GSSException
Throws:
throwGSSException
- public static void throwGSSException( PropertyResource pr,
- int major,
- int minor,
- java.lang.String messageKey)
- throws GSSException
Throws:
throwGSSException
- public static void throwGSSException( int major,
- int minor,
- java.lang.String phrase,
- boolean internationalized)
- throws GSSException
Throws:
throwIllegalArgumentException
- public static void throwIllegalArgumentException( java.lang.String messageKey)
- throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
throwIllegalArgumentException
- public static void throwIllegalArgumentException( java.lang.String messageKey,
- java.lang.Object[] params)
- throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
throwIllegalArgumentException
- public static void throwIllegalArgumentException( PropertyResource pr,
- java.lang.String messageKey,
- java.lang.Object[] params)
- throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
throwIllegalArgumentException
- public static void throwIllegalArgumentException( PropertyResource pr,
- java.lang.String messageKey)
- throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
throwSecurityException
- public static void throwSecurityException( java.lang.String messageKey)
- throws java.lang.SecurityException
Throws:
java.lang.SecurityException
throwLoginException
- public static void throwLoginException( java.lang.String messageKey)
- throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginException
throwLoginException
- public static void throwLoginException( java.lang.String messageKey,
- java.lang.Object[] params)
- throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginException
throwFailedLoginException
- public static void throwFailedLoginException( java.lang.String messageKey)
- throws javax.security.auth.login.FailedLoginException
Throws:
javax.security.auth.login.FailedLoginException
throwFailedLoginException
- public static void throwFailedLoginException( java.lang.String messageKey,
- java.lang.Object[] params)
- throws javax.security.auth.login.FailedLoginException
Throws:
javax.security.auth.login.FailedLoginException
throwNumberFormatException
- public static void throwNumberFormatException( java.lang.String messageKey)
- throws java.lang.NumberFormatException
Throws:
java.lang.NumberFormatException
throwUnsupportedOperationException
- public static void throwUnsupportedOperationException( java.lang.String messageKey)
- throws java.lang.UnsupportedOperationException
Throws:
java.lang.UnsupportedOperationException
throwIOException
- public static void throwIOException( java.lang.String messageKey)
- throws java.io.IOException
Throws:
java.io.IOException
throwIOException
- public static void throwIOException( java.lang.String messageKey,
- java.lang.Object[] params)
- throws java.io.IOException
Throws:
java.io.IOException
throwRuntimeException
- public static void throwRuntimeException( java.lang.String messageKey)