com.ibm.security.jgss.i18n

Class I18NException

  1. java.lang.Object
  2. extended bycom.ibm.security.jgss.i18n.I18NException

  1. public final class I18NException
  2. extends java.lang.Object

Field Summary

Modifier and Type Field and Description
  1. static
  2. PropertyResource
epr

Constructor Summary

Constructor and Description
I18NException()

Method Summary

Modifier and Type Method and Description
  1. static
  2. void
throwException(PropertyResource pr,java.lang.String messageKey)
  1. static
  2. void
throwException(PropertyResource pr,java.lang.String messageKey,java.lang.Object[] params)
  1. static
  2. void
throwException(java.lang.String messageKey)
  1. static
  2. void
throwException(java.lang.String messageKey,java.lang.Object[] params)
  1. static
  2. void
throwFailedLoginException(java.lang.String messageKey)
  1. static
  2. void
throwFailedLoginException(java.lang.String messageKey,java.lang.Object[] params)
  1. static
  2. void
throwGSSException(int major,int minor,java.lang.String messageKey)
  1. static
  2. void
throwGSSException(int major,int minor,java.lang.String phrase,boolean internationalized)
  1. static
  2. void
throwGSSException(int major,int minor,java.lang.String messageKey,java.lang.Object[] params)
  1. static
  2. void
throwGSSException(PropertyResource pr,int major,int minor,java.lang.String messageKey)
  1. static
  2. void
throwGSSException(PropertyResource pr,int major,int minor,java.lang.String messageKey,java.lang.Object[] params)
  1. static
  2. void
throwIllegalArgumentException(PropertyResource pr,java.lang.String messageKey)
  1. static
  2. void
throwIllegalArgumentException(PropertyResource pr,java.lang.String messageKey,java.lang.Object[] params)
  1. static
  2. void
throwIllegalArgumentException(java.lang.String messageKey)
  1. static
  2. void
throwIllegalArgumentException(java.lang.String messageKey,java.lang.Object[] params)
  1. static
  2. void
throwIOException(java.lang.String messageKey)
  1. static
  2. void
throwIOException(java.lang.String messageKey,java.lang.Object[] params)
  1. static
  2. void
throwLoginException(java.lang.String messageKey)
  1. static
  2. void
throwLoginException(java.lang.String messageKey,java.lang.Object[] params)
  1. static
  2. void
throwNumberFormatException(java.lang.String messageKey)
  1. static
  2. void
throwRuntimeException(java.lang.String messageKey)
  1. static
  2. void
throwSecurityException(java.lang.String messageKey)
  1. static
  2. void
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

  1. public static final PropertyResource epr

Constructor Detail

I18NException

  1. public I18NException()

Method Detail

throwException

  1. public static void throwException( java.lang.String messageKey,
  2. java.lang.Object[] params)
  3. throws java.lang.Exception
Throws:
java.lang.Exception

throwException

  1. public static void throwException( java.lang.String messageKey)
  2. throws java.lang.Exception
Throws:
java.lang.Exception

throwException

  1. public static void throwException( PropertyResource pr,
  2. java.lang.String messageKey,
  3. java.lang.Object[] params)
  4. throws java.lang.Exception
Throws:
java.lang.Exception

throwException

  1. public static void throwException( PropertyResource pr,
  2. java.lang.String messageKey)
  3. throws java.lang.Exception
Throws:
java.lang.Exception

throwGSSException

  1. public static void throwGSSException( int major,
  2. int minor,
  3. java.lang.String messageKey,
  4. java.lang.Object[] params)
  5. throws GSSException
Throws:

throwGSSException

  1. public static void throwGSSException( int major,
  2. int minor,
  3. java.lang.String messageKey)
  4. throws GSSException
Throws:

throwGSSException

  1. public static void throwGSSException( PropertyResource pr,
  2. int major,
  3. int minor,
  4. java.lang.String messageKey,
  5. java.lang.Object[] params)
  6. throws GSSException
Throws:

throwGSSException

  1. public static void throwGSSException( PropertyResource pr,
  2. int major,
  3. int minor,
  4. java.lang.String messageKey)
  5. throws GSSException
Throws:

throwGSSException

  1. public static void throwGSSException( int major,
  2. int minor,
  3. java.lang.String phrase,
  4. boolean internationalized)
  5. throws GSSException
Throws:

throwIllegalArgumentException

  1. public static void throwIllegalArgumentException( java.lang.String messageKey)
  2. throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

throwIllegalArgumentException

  1. public static void throwIllegalArgumentException( java.lang.String messageKey,
  2. java.lang.Object[] params)
  3. throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

throwIllegalArgumentException

  1. public static void throwIllegalArgumentException( PropertyResource pr,
  2. java.lang.String messageKey,
  3. java.lang.Object[] params)
  4. throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

throwIllegalArgumentException

  1. public static void throwIllegalArgumentException( PropertyResource pr,
  2. java.lang.String messageKey)
  3. throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

throwSecurityException

  1. public static void throwSecurityException( java.lang.String messageKey)
  2. throws java.lang.SecurityException
Throws:
java.lang.SecurityException

throwLoginException

  1. public static void throwLoginException( java.lang.String messageKey)
  2. throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginException

throwLoginException

  1. public static void throwLoginException( java.lang.String messageKey,
  2. java.lang.Object[] params)
  3. throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginException

throwFailedLoginException

  1. public static void throwFailedLoginException( java.lang.String messageKey)
  2. throws javax.security.auth.login.FailedLoginException
Throws:
javax.security.auth.login.FailedLoginException

throwFailedLoginException

  1. public static void throwFailedLoginException( java.lang.String messageKey,
  2. java.lang.Object[] params)
  3. throws javax.security.auth.login.FailedLoginException
Throws:
javax.security.auth.login.FailedLoginException

throwNumberFormatException

  1. public static void throwNumberFormatException( java.lang.String messageKey)
  2. throws java.lang.NumberFormatException
Throws:
java.lang.NumberFormatException

throwUnsupportedOperationException

  1. public static void throwUnsupportedOperationException( java.lang.String messageKey)
  2. throws java.lang.UnsupportedOperationException
Throws:
java.lang.UnsupportedOperationException

throwIOException

  1. public static void throwIOException( java.lang.String messageKey)
  2. throws java.io.IOException
Throws:
java.io.IOException

throwIOException

  1. public static void throwIOException( java.lang.String messageKey,
  2. java.lang.Object[] params)
  3. throws java.io.IOException
Throws:
java.io.IOException

throwRuntimeException

  1. public static void throwRuntimeException( java.lang.String messageKey)