com.endeca.portal.metadata.query
Class MetadataQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.portal.metadata.query.MetadataQueryException
All Implemented Interfaces:
java.io.Serializable

public class MetadataQueryException
extends java.lang.Exception

Thrown when attempting an action against the metadata services through the use of a MetadataQuery.

See Also:
Serialized Form

Constructor Summary
MetadataQueryException(java.lang.String message)
          one-arg constructor
MetadataQueryException(java.lang.String message, java.lang.Throwable t)
          two-arg constructor
 
Method Summary
 
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
 

Constructor Detail

MetadataQueryException

public MetadataQueryException(java.lang.String message)
one-arg constructor

Parameters:
message - error message

MetadataQueryException

public MetadataQueryException(java.lang.String message,
                              java.lang.Throwable t)
two-arg constructor

Parameters:
message - error message
t - inner exception