com.safeidentity.adminservice.exceptions
Class SFIsNotLeafNodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.safeidentity.adminservice.exceptions.SFException
              extended bycom.safeidentity.adminservice.exceptions.SFIsNotLeafNodeException
All Implemented Interfaces:
java.io.Serializable

public class SFIsNotLeafNodeException
extends SFException

SFIsNotLeafNodeException Created on 2003³â 9¿ù 4ÀÏ (¸ñ), ¿ÀÀü 10:30 $Header: /home/srcmaster/cvsroot/SafeIdentity_v1/IAMapi/src/com/safeidentity/adminservice/exceptions/SFIsNotLeafNodeException.java,v 1.1 2004/02/16 11:36:44 khlee Exp $

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.safeidentity.adminservice.exceptions.SFException
m_strDetailMsg
 
Constructor Summary
SFIsNotLeafNodeException()
           
SFIsNotLeafNodeException(java.lang.String strMsg)
           
SFIsNotLeafNodeException(java.lang.String strMsg, java.lang.String detailMsg, java.lang.Throwable cause)
           
SFIsNotLeafNodeException(java.lang.String strMsg, java.lang.Throwable cause)
           
 
Methods inherited from class com.safeidentity.adminservice.exceptions.SFException
getDetailMsg, setDetailMsg, 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
 

Constructor Detail

SFIsNotLeafNodeException

public SFIsNotLeafNodeException()

SFIsNotLeafNodeException

public SFIsNotLeafNodeException(java.lang.String strMsg)

SFIsNotLeafNodeException

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

SFIsNotLeafNodeException

public SFIsNotLeafNodeException(java.lang.String strMsg,
                                java.lang.String detailMsg,
                                java.lang.Throwable cause)


Copyright © 2004 SoftForum Corp. All Rights Reserved.