Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps.service.sso
Class SsoServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.jps.JpsLocalizableException
              extended by oracle.security.jps.JpsException
                  extended by oracle.security.jps.service.sso.SsoServiceException

All Implemented Interfaces:
java.io.Serializable, Localizable

public class SsoServiceException
extends JpsException

This exception represents errors occurs when executing SSO service APIs.

Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Constructor Summary
SsoServiceException()
          Constructs a new exception with null as its detail message.
SsoServiceException(JpsBundleType bundleType, java.lang.String errorCode)
          The constructor takes bundleType and error code.
SsoServiceException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
          The constructor takes bundleType, error code and error parameters.
SsoServiceException(java.lang.String msg)
          Constructs a new exception with the specified detail message.
SsoServiceException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
SsoServiceException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()).

 

Method Summary

 

Methods inherited from class oracle.security.jps.JpsLocalizableException
getBundleType, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getParameters

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SsoServiceException

public SsoServiceException()
Constructs a new exception with null as its detail message. The cause is not initialized.

SsoServiceException

public SsoServiceException(java.lang.String msg)
Constructs a new exception with the specified detail message. The cause is not initialized.
Parameters:
msg - the detail message

SsoServiceException

public SsoServiceException(java.lang.String msg,
                           java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
Parameters:
msg - the detail message
cause - the cause. A null value is permitted, and indicates that the cause is nonexistent or unknown.

SsoServiceException

public SsoServiceException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()).
Parameters:
cause - the cause. A null value is permitted, and indicates that the cause is nonexistent or unknown.

SsoServiceException

public SsoServiceException(JpsBundleType bundleType,
                           java.lang.String errorCode)
The constructor takes bundleType and error code.
Parameters:
bundleType - bundle type
errorCode - key of error message

SsoServiceException

public SsoServiceException(JpsBundleType bundleType,
                           java.lang.String errorCode,
                           java.lang.Object[] parameters)
The constructor takes bundleType, error code and error parameters.
Parameters:
bundleType - bundle type
errorCode - key of error message
parameters - params of error message

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.