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.ExceptionthrowException
- public static void throwException( java.lang.String messageKey)
- throws java.lang.Exception
Throws:
java.lang.ExceptionthrowException
- public static void throwException( PropertyResource pr,
- java.lang.String messageKey,
- java.lang.Object[] params)
- throws java.lang.Exception
Throws:
java.lang.ExceptionthrowException
- public static void throwException( PropertyResource pr,
- java.lang.String messageKey)
- throws java.lang.Exception
Throws:
java.lang.ExceptionthrowGSSException
- 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.IllegalArgumentExceptionthrowIllegalArgumentException
- public static void throwIllegalArgumentException( java.lang.String messageKey,
- java.lang.Object[] params)
- throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentExceptionthrowIllegalArgumentException
- public static void throwIllegalArgumentException( PropertyResource pr,
- java.lang.String messageKey,
- java.lang.Object[] params)
- throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentExceptionthrowIllegalArgumentException
- public static void throwIllegalArgumentException( PropertyResource pr,
- java.lang.String messageKey)
- throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentExceptionthrowSecurityException
- public static void throwSecurityException( java.lang.String messageKey)
- throws java.lang.SecurityException
Throws:
java.lang.SecurityExceptionthrowLoginException
- public static void throwLoginException( java.lang.String messageKey)
- throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginExceptionthrowLoginException
- public static void throwLoginException( java.lang.String messageKey,
- java.lang.Object[] params)
- throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginExceptionthrowFailedLoginException
- public static void throwFailedLoginException( java.lang.String messageKey)
- throws javax.security.auth.login.FailedLoginException
Throws:
javax.security.auth.login.FailedLoginExceptionthrowFailedLoginException
- public static void throwFailedLoginException( java.lang.String messageKey,
- java.lang.Object[] params)
- throws javax.security.auth.login.FailedLoginException
Throws:
javax.security.auth.login.FailedLoginExceptionthrowNumberFormatException
- public static void throwNumberFormatException( java.lang.String messageKey)
- throws java.lang.NumberFormatException
Throws:
java.lang.NumberFormatExceptionthrowUnsupportedOperationException
- public static void throwUnsupportedOperationException( java.lang.String messageKey)
- throws java.lang.UnsupportedOperationException
Throws:
java.lang.UnsupportedOperationExceptionthrowIOException
- public static void throwIOException( java.lang.String messageKey)
- throws java.io.IOException
Throws:
java.io.IOExceptionthrowIOException
- public static void throwIOException( java.lang.String messageKey,
- java.lang.Object[] params)
- throws java.io.IOException
Throws:
java.io.IOExceptionthrowRuntimeException
- public static void throwRuntimeException( java.lang.String messageKey)