com.bea.wsrp.faults
Class UnsupportedLocaleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by com.bea.wsrp.faults.TransportException
                      extended by com.bea.wsrp.faults.UnsupportedLocaleException
All Implemented Interfaces
Serializable, Cloneable

public abstract class UnsupportedLocaleException
extends TransportException

This exception is thrown when the portlet does not support the given locale for markup generation.

See Also
Serialized Form
This abstract class is intended to be implemented only by BEA Weblogic Portal.BEA Systems reserves the right to add abstract methods to this abstract class without notice. Extensions of this abstract class by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal.

Field Summary
static String faultType
           
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
  UnsupportedLocaleException()
           
  UnsupportedLocaleException(String message)
           
protected UnsupportedLocaleException(String message, Throwable cause)
           
 
Method Summary
 String faultType()
           
 XmlObject getFaultElement()
           
 
Methods inherited from class com.bea.wsrp.faults.TransportException
clone, getFault, getFaultCode, getMessage, initCause, setFault
 
Methods inherited from class java.rmi.RemoteException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

faultType

public static final String faultType
See Also
Constants Summary
Constructor Detail

UnsupportedLocaleException

public UnsupportedLocaleException()

UnsupportedLocaleException

public UnsupportedLocaleException(String message)

UnsupportedLocaleException

protected UnsupportedLocaleException(String message,
                                     Throwable cause)
Method Detail

faultType

public String faultType()
Overrides:
faultType in class TransportException

getFaultElement

public XmlObject getFaultElement()
Overrides:
getFaultElement in class TransportException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved