issrg.utils.handler
Class EnvironmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.utils.handler.EnvironmentException
All Implemented Interfaces:
java.io.Serializable

public class EnvironmentException
extends java.lang.Exception

Author:
ls97
See Also:
Serialized Form

Constructor Summary
EnvironmentException()
          Creates a new instance of EnvironmentException
EnvironmentException(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

EnvironmentException

public EnvironmentException()
Creates a new instance of EnvironmentException


EnvironmentException

public EnvironmentException(java.lang.String Message)