/* */ package it.tref.signextractor.exception; /* */ /* */ public class InvalidContentException extends SignException /* */ { /* */ private static final long serialVersionUID = 1L; /* */ /* */ public InvalidContentException() /* */ { /* */ } /* */ /* */ public InvalidContentException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) /* */ { /* 12 */ super(message, cause, enableSuppression, writableStackTrace); /* */ } /* */ /* */ public InvalidContentException(String message, Throwable cause) { /* 16 */ super(message, cause); /* */ } /* */ /* */ public InvalidContentException(String message) { /* 20 */ super(message); /* */ } /* */ /* */ public InvalidContentException(Throwable cause) { /* 24 */ super(cause); /* */ } /* */ } /* Location: C:\liferay-sviluppo\portos2\git\portos-camel-document-processor\lib\tref-sign-exctractor-0.1.0.jar * Qualified Name: it.tref.signextractor.exception.InvalidContentException * JD-Core Version: 0.6.0 */