WebObjects 5.4.2

com.webobjects.appserver
Class WOSchemeNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.webobjects.appserver.WOSchemeNotSupportedException
All Implemented Interfaces:
Serializable

public class WOSchemeNotSupportedException
extends RuntimeException

Exception thrown by the WOAssociationFactory.

Since:
5.4
See Also:
WOAssociationFactory, Serialized Form

Constructor Summary
WOSchemeNotSupportedException()
           
WOSchemeNotSupportedException(String message)
           
WOSchemeNotSupportedException(String message, Throwable cause)
           
WOSchemeNotSupportedException(Throwable cause)
           
 
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
 

Constructor Detail

WOSchemeNotSupportedException

public WOSchemeNotSupportedException()
Since:
5.4

WOSchemeNotSupportedException

public WOSchemeNotSupportedException(String message,
                                     Throwable cause)
Parameters:
message -
cause -
Since:
5.4

WOSchemeNotSupportedException

public WOSchemeNotSupportedException(String message)
Parameters:
message -
Since:
5.4

WOSchemeNotSupportedException

public WOSchemeNotSupportedException(Throwable cause)
Parameters:
cause -
Since:
5.4

Last updated June 2008

Copyright © 2000-2008 Apple Inc.