Calypso Gateway v1.0

codec.visit
Class VisitorPcoUnreg

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.t3.ot.misc.OtException
                    |
                    +--codec.visit.VisitorPcoUnreg

public final class VisitorPcoUnreg
extends com.t3.ot.misc.OtException

Exception thrown by Visitor in case PDU is sent through unregistered PCO.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
VisitorPcoUnreg()
           
VisitorPcoUnreg(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

VisitorPcoUnreg

public VisitorPcoUnreg()

VisitorPcoUnreg

public VisitorPcoUnreg(java.lang.String message)

Calypso Gateway v1.0