com.jk.exceptions.JKNotAllowedOperationException Maven / Gradle / Ivy
package com.jk.exceptions;
public class JKNotAllowedOperationException extends JKSecurityException {
public JKNotAllowedOperationException() {
super();
// TODO Auto-generated constructor stub
}
public JKNotAllowedOperationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
super(message, cause, enableSuppression, writableStackTrace);
// TODO Auto-generated constructor stub
}
public JKNotAllowedOperationException(String message, Throwable cause) {
super(message, cause);
// TODO Auto-generated constructor stub
}
public JKNotAllowedOperationException(String message) {
super(message);
// TODO Auto-generated constructor stub
}
public JKNotAllowedOperationException(Throwable cause) {
super(cause);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy