com.sun.jini.jeri.internal.mux
Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.jini.jeri.internal.mux.ProtocolException
- All Implemented Interfaces:
- Serializable
class ProtocolException
- extends Exception
ProtocolException is thrown inside the implementation of this package
to signal that a protocol violation has occurred at various levels.
This exception type should never be thrown to code outside this
package; it is only used internally as an implementation technique
(like a C setjmp/longjmp).
- Author:
- Sun Microsystems, Inc.
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
ProtocolException
ProtocolException()
- Constructs a ProtocolException.
ProtocolException
ProtocolException(String s)
- Constructs a ProtocolException with the specified detail message.
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.