Package org.webharvest.exception
Class EnvironmentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.webharvest.exception.BaseException
-
- org.webharvest.exception.EnvironmentException
-
- All Implemented Interfaces:
Serializable
public class EnvironmentException extends BaseException
Thrown when current JVM does not support a specific required feature. E.g. character set, cryptographic algorithm, etc. Created by IntelliJ IDEA. User: awajda Date: Sep 26, 2010 Time: 6:39:53 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnvironmentException(Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EnvironmentException
public EnvironmentException(Exception e)
-
-