com.endeca.portal.metadata
Class MetadataException

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

public class MetadataException
extends java.lang.Exception

Base Endeca-authored class for Metadata exceptions

Author:
Endeca Technologies, Inc.
See Also:
Serialized Form

Constructor Summary
MetadataException()
          no-arg constructor
MetadataException(java.lang.String msg)
          constructor accepting a message
MetadataException(java.lang.String msg, java.lang.Throwable t)
          constructor accepting a message and root exception
MetadataException(java.lang.Throwable t)
          constructor accepting a root exception
 
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

MetadataException

public MetadataException()
no-arg constructor


MetadataException

public MetadataException(java.lang.String msg,
                         java.lang.Throwable t)
constructor accepting a message and root exception

Parameters:
msg - the message
t - the root exception

MetadataException

public MetadataException(java.lang.String msg)
constructor accepting a message

Parameters:
msg - the message

MetadataException

public MetadataException(java.lang.Throwable t)
constructor accepting a root exception

Parameters:
t - the root exception