com.plumtree.remote.prc
Class InvalidQueryFilterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.plumtree.remote.prc.InvalidQueryFilterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidQueryFilterException
extends java.lang.RuntimeException

Class InvalidQueryFilterException

See Also:
Serialized Form

Constructor Summary
InvalidQueryFilterException()
          Constructs an InvalidQueryFilterException with no detail message.
InvalidQueryFilterException(java.lang.String msg)
          Constructs an InvalidQueryFilterException with a detail message.
 
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

InvalidQueryFilterException

public InvalidQueryFilterException()
Constructs an InvalidQueryFilterException with no detail message.


InvalidQueryFilterException

public InvalidQueryFilterException(java.lang.String msg)
Constructs an InvalidQueryFilterException with a detail message.

Parameters:
msg - the detail message


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.