IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.wssecurity.config
Class KeyLocatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.wsspi.wssecurity.SoapSecurityException
              extended by com.ibm.wsspi.wssecurity.config.KeyLocatorException
All Implemented Interfaces:
java.io.Serializable

public class KeyLocatorException
extends SoapSecurityException

Represents an exception while locating a key through KeyLocator object.

See Also:
Serialized Form

Constructor Summary
KeyLocatorException()
          Creates an exception.
KeyLocatorException(java.lang.String message)
          Creates an exception.
 
Method Summary
 
Methods inherited from class com.ibm.wsspi.wssecurity.SoapSecurityException
format, format, format, format, format, format, format, format, format, format, format, format, format, format, format, format, format, getCauseException, getFaultCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyLocatorException

public KeyLocatorException()
Creates an exception.


KeyLocatorException

public KeyLocatorException(java.lang.String message)
Creates an exception.

Parameters:
message - A message

IBM WebSphere Application ServerTM
Release 7