com.sun.jini.jeri.internal.mux
Class ProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
ProtocolException()
          Constructs a ProtocolException.
ProtocolException(String s)
          Constructs a ProtocolException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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.