Package javax.naming

Examples of javax.naming.ServiceUnavailableException


    }


    public void close() throws NamingException
    {
        throw new ServiceUnavailableException( EXCEPTION_MSG );
    }
View Full Code Here


    }


    public String getNameInNamespace() throws NamingException
    {
        throw new ServiceUnavailableException( EXCEPTION_MSG );
    }
View Full Code Here

    }


    public void destroySubcontext( String name ) throws NamingException
    {
        throw new ServiceUnavailableException( EXCEPTION_MSG );
    }
View Full Code Here

    }


    public void unbind( String name ) throws NamingException
    {
        throw new ServiceUnavailableException( EXCEPTION_MSG );
    }
View Full Code Here

    }


    public Hashtable<String,Object>  getEnvironment() throws NamingException
    {
        throw new ServiceUnavailableException( EXCEPTION_MSG );
    }
View Full Code Here

    }


    public void destroySubcontext( Name name ) throws NamingException
    {
        throw new ServiceUnavailableException( EXCEPTION_MSG );
    }
View Full Code Here

    }


    public void unbind( Name name ) throws NamingException
    {
        throw new ServiceUnavailableException( EXCEPTION_MSG );
    }
View Full Code Here

    }


    public Object lookup( String name ) throws NamingException
    {
        throw new ServiceUnavailableException( EXCEPTION_MSG );
    }
View Full Code Here

    }


    public Object lookupLink( String name ) throws NamingException
    {
        throw new ServiceUnavailableException( EXCEPTION_MSG );
    }
View Full Code Here

    }


    public Object removeFromEnvironment( String propName ) throws NamingException
    {
        throw new ServiceUnavailableException( EXCEPTION_MSG );
    }
View Full Code Here

TOP

Related Classes of javax.naming.ServiceUnavailableException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.