org.hyperic.hq.grouping.shared
Class GroupNotCompatibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hyperic.util.NestedException
org.hyperic.hq.common.ApplicationException
org.hyperic.hq.appdef.shared.AppdefEntityException
org.hyperic.hq.grouping.shared.GroupNotCompatibleException
- All Implemented Interfaces:
- java.io.Serializable
public class GroupNotCompatibleException
- extends AppdefEntityException
This exception is thrown when someone is trying to operate on a
non-compatible group in a way that may only be done to compatible groups.
- See Also:
- Serialized Form
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroupNotCompatibleException
public GroupNotCompatibleException(AppdefEntityID aeid)
GroupNotCompatibleException
public GroupNotCompatibleException(java.lang.String s,
AppdefEntityID aeid)
GroupNotCompatibleException
public GroupNotCompatibleException(java.lang.Throwable t,
AppdefEntityID aeid)
GroupNotCompatibleException
public GroupNotCompatibleException(java.lang.String s,
java.lang.Throwable t,
AppdefEntityID aeid)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.