com.safeidentity.adminservice.exceptions
Class SFException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.safeidentity.adminservice.exceptions.SFException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SFAccessRightException, SFAdminGroupException, SFAlreadyExistsException, SFAttributeException, SFAuthorizeException, SFBindException, SFDaoException, SFDeployException, SFEnvParamException, SFIAMAppConfigExistsException, SFInformationNotExistedException, SFInitDaoException, SFInitGroupDaoException, SFInvalidDataFormatException, SFInvalidParameterException, SFIsNotLeafNodeException, SFMaclException, SFNoAdoptedRoleException, SFNoAttachedGroupException, SFNoResPermException, SFNoResPermGroupException, SFNoSsdRoleMemberException, SFNoSuchValueException, SFNotEnoughInfoException, SFNoWebRootException, SFNoWhenWhereInfoException, SFPolicyRepositoryExistsException, SFPolicyServerConfigExistsException, SFPrecondViolationException, SFReadAttrNameException, SFReadAuthPolicyRepositoryException, SFResPermExistsException, SFResPermGroupExistsException, SFResPermLocationSyntaxException, SFServiceException, SFSsdRelationExistsException, SFSsdViolationException, SFSsdViolationRespermException, SFSsdViolationUserException, SFTicketException, SFUserRuleExistsException, SFWebRootExistsException

public class SFException
extends java.lang.Exception

Author:
kevin To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
See Also:
Serialized Form

Field Summary
protected  java.lang.String m_strDetailMsg
           
 
Constructor Summary
SFException()
           
SFException(java.lang.String strMsg)
           
SFException(java.lang.String strMsg, java.lang.String detailMsg, java.lang.Throwable cause)
           
SFException(java.lang.String strMsg, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getDetailMsg()
           
 void setDetailMsg(java.lang.String detailMsg)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_strDetailMsg

protected java.lang.String m_strDetailMsg
Constructor Detail

SFException

public SFException()

SFException

public SFException(java.lang.String strMsg)

SFException

public SFException(java.lang.String strMsg,
                   java.lang.Throwable cause)

SFException

public SFException(java.lang.String strMsg,
                   java.lang.String detailMsg,
                   java.lang.Throwable cause)
Method Detail

getDetailMsg

public java.lang.String getDetailMsg()

setDetailMsg

public void setDetailMsg(java.lang.String detailMsg)

toString

public java.lang.String toString()


Copyright © 2004 SoftForum Corp. All Rights Reserved.