Package org.omg.CSI

Examples of org.omg.CSI.ContextError


        } catch (InvalidTypeForEncoding e) {
            throw new RuntimeException("Unexpected exception: " + e);
        }

        // initialize msgBodyCtxError.
        ContextError ctxError =
                new ContextError(0, /* context id                     */
                        1,          /* major status: invalid evidence */
                        1,          /* minor status (always 1)        */
                        encapsulatedErrorToken);

        msgBodyCtxError = new SASContextBody();
View Full Code Here

TOP

Related Classes of org.omg.CSI.ContextError

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.