com.sap.portal.unification.hrnpexception
Class NotHRNPObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.portal.unification.hrnpexception.HRNPException
                    |
                    +--com.sap.portal.unification.hrnpexception.NotHRNPObjectException
All Implemented Interfaces:
java.io.Serializable

public class NotHRNPObjectException
extends HRNPException

See Also:
Serialized Form

Field Summary
static java.lang.String NOT_AN_HRNP_OBJECT
          Given string is not an HRNP string.
 
Constructor Summary
NotHRNPObjectException()
           
NotHRNPObjectException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_AN_HRNP_OBJECT

public static final java.lang.String NOT_AN_HRNP_OBJECT
Given string is not an HRNP string.
Constructor Detail

NotHRNPObjectException

public NotHRNPObjectException()

NotHRNPObjectException

public NotHRNPObjectException(java.lang.String msg)
Parameters:
msg -