com.endeca.portal.data.security
Class MDEXSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.portal.data.security.MDEXSecurityException
All Implemented Interfaces:
java.io.Serializable

public class MDEXSecurityException
extends java.lang.Exception

Exception class representing an error parsing, processing, or applying record-level security

See Also:
Serialized Form

Constructor Summary
MDEXSecurityException(java.lang.String message)
          Constructor accepting a message
MDEXSecurityException(java.lang.String message, java.lang.Throwable t)
          Constructor accepting a message and the root exception cause
 
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

MDEXSecurityException

public MDEXSecurityException(java.lang.String message)
Constructor accepting a message

Parameters:
message - the message for the exception

MDEXSecurityException

public MDEXSecurityException(java.lang.String message,
                             java.lang.Throwable t)
Constructor accepting a message and the root exception cause

Parameters:
message - the message for the exception
t - the root cause