org.apache.oodt.cas.filemgr.structs.exceptions
Class ValidationLayerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException
All Implemented Interfaces:
Serializable

public class ValidationLayerException
extends Exception

Version:
$Revision: 12226 $

An exception thrown by the validation layer.

Author:
mattmann
See Also:
Serialized Form

Constructor Summary
ValidationLayerException()
           
ValidationLayerException(String arg0)
           
ValidationLayerException(String arg0, Throwable arg1)
           
ValidationLayerException(Throwable arg0)
           
 
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

ValidationLayerException

public ValidationLayerException()

ValidationLayerException

public ValidationLayerException(String arg0)
Parameters:
arg0 -

ValidationLayerException

public ValidationLayerException(String arg0,
                                Throwable arg1)
Parameters:
arg0 -
arg1 -

ValidationLayerException

public ValidationLayerException(Throwable arg0)
Parameters:
arg0 -


Copyright © 1999-2011 Apache OODT. All Rights Reserved.