Skip navigation links

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

E14650-02


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.JpsException
              extended by oracle.security.jps.service.sso.SsoServiceException

All Implemented Interfaces:
java.io.Serializable

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)
Version:
$Header: jazn/jps/src/jps-api/oracle/security/jps/service/sso/SsoServiceException.java st_j2ee_duyang_sso_framework_main.drop7/1 2009/03/01 23:25:36 duyang Exp $
Author:
yiwawang
See Also:
Serialized Form

Constructor Summary
SsoServiceException()
          Constructs a new exception with null as its detail message.
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 java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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.

Skip navigation links

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

E14650-02


Copyright © 2009, Oracle. All rights reserved.