All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gldapo.exception.GldapoException Maven / Gradle / Ivy

There is a newer version: 0.8.5
Show newest version
//
// Generated stub from file:/Users/daleyl/Projects/gldapo/target/checkout/src/main/groovy/gldapo/exception/GldapoException.groovy
//

package gldapo.exception;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;

public class GldapoException
    extends Exception
{
    private GldapoException(java.lang.Void void1, java.lang.Void void2, java.lang.Void void3) {
        super((java.lang.String)null);

        throw new InternalError("Stubbed method");
    }

    public GldapoException() {
        this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
        throw new InternalError("Stubbed method");
    }

    public GldapoException(java.lang.String message) {
        this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
        throw new InternalError("Stubbed method");
    }

    public GldapoException(java.lang.String message, Exception cause) {
        this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
        throw new InternalError("Stubbed method");
    }

    public groovy.lang.MetaClass getMetaClass() {
        throw new InternalError("Stubbed method");
    }

    public void setMetaClass(groovy.lang.MetaClass metaClass) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object getProperty(java.lang.String name) {
        throw new InternalError("Stubbed method");
    }

    public void setProperty(java.lang.String name, java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy