com.safeidentity.adminservice.exceptions
Class SFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
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)
|
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 |
m_strDetailMsg
protected java.lang.String m_strDetailMsg
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)
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.