javax.activity
Class PropertyGroupUnknownException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.activity.PropertyGroupUnknownException
All Implemented Interfaces:
java.io.Serializable

public class PropertyGroupUnknownException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
PropertyGroupUnknownException()
           
PropertyGroupUnknownException(java.lang.String propertyGroupName)
           
 
Method Summary
 java.lang.String getPropertyGroupName()
           
 
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

PropertyGroupUnknownException

public PropertyGroupUnknownException()

PropertyGroupUnknownException

public PropertyGroupUnknownException(java.lang.String propertyGroupName)
Method Detail

getPropertyGroupName

public java.lang.String getPropertyGroupName()