Package de.consist.bmu.rule.error
Class BMUException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.consist.bmu.rule.error.BMUException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlSecException
Exception-Klasse der Pruefbibliothek.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault-Konstruktor.BMUException
(String msg) BMUException
(String message, Throwable cause) BMUException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BMUException
public BMUException()Default-Konstruktor. -
BMUException
- Parameters:
message
- Stringcause
- Throwable
-
BMUException
- Parameters:
cause
- Throwable
-
BMUException
- Parameters:
msg
- String
-