Class SbdhException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- network.oxalis.vefa.peppol.common.lang.PeppolException
-
- network.oxalis.vefa.peppol.sbdh.lang.SbdhException
-
- All Implemented Interfaces:
Serializable
public class SbdhException extends PeppolException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SbdhException(String message)SbdhException(String message, Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidnotNull(String message, Object... objects)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
notNull
public static void notNull(String message, Object... objects) throws SbdhException
- Throws:
SbdhException
-
-