Package org.ehrbase.ehr.util
Class EhrException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ehrbase.ehr.util.EhrException
-
- All Implemented Interfaces:
Serializable
public class EhrException extends Exception
Created by Christian Chevalley on 4/2/2015.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EhrException(int code, String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EhrException
public EhrException(int code, String message)
-
-