Oracle Corporation

com.bea.wlcp.wlng.spi.subscriberdata
Class InvalidSubscriberContractException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.wlcp.wlng.spi.subscriberdata.InvalidSubscriberContractException
All Implemented Interfaces:
Serializable

public class InvalidSubscriberContractException
extends Exception

Indicates that an invalid subscriber contract was attempted to be created. The SubscriberContract must contain: subscriberAddress serviceClass expiration

See Also:
Serialized Form
Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

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
 


Oracle Corporation