org.springframework.data.hadoop
Class HadoopSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.data.hadoop.HadoopException
                  extended by org.springframework.data.hadoop.HadoopSecurityException
All Implemented Interfaces:
Serializable

public class HadoopSecurityException
extends HadoopException

Security-related exception generated by Hadoop.

Author:
Costin Leau
See Also:
Serialized Form

Constructor Summary
HadoopSecurityException(String message)
          Constructs a new HadoopSecurityException instance.
HadoopSecurityException(String message, Throwable ex)
          Constructs a new HadoopSecurityException instance.
 
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

HadoopSecurityException

public HadoopSecurityException(String message,
                               Throwable ex)
Constructs a new HadoopSecurityException instance.

Parameters:
message - message
ex - exception

HadoopSecurityException

public HadoopSecurityException(String message)
Constructs a new HadoopSecurityException instance.

Parameters:
message - message