es.udc.gii.common.eaf.exception
Class WrongAlgorithmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by es.udc.gii.common.eaf.exception.WrongAlgorithmException
All Implemented Interfaces:
java.io.Serializable

public class WrongAlgorithmException
extends java.lang.RuntimeException

Author:
rafa
See Also:
Serialized Form

Constructor Summary
WrongAlgorithmException()
           
WrongAlgorithmException(java.lang.Class<T> requiredClass, java.lang.Class<?> foundClass)
          Constructs an instance of WrongAlgorithmException.
WrongAlgorithmException(java.lang.String message)
           
 
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

WrongAlgorithmException

public WrongAlgorithmException(java.lang.String message)

WrongAlgorithmException

public WrongAlgorithmException()

WrongAlgorithmException

public WrongAlgorithmException(java.lang.Class<T> requiredClass,
                               java.lang.Class<?> foundClass)
Constructs an instance of WrongAlgorithmException.

Parameters:
requiredClass - - Class of the required algorithm subtype required.
foundClass - - Class of the algorithm subtype found.