public class UnsupportedException extends SlcException
| Constructor and Description | 
|---|
UnsupportedException()
Action not supported. 
 | 
UnsupportedException(java.lang.String message)
Constructor with a message. 
 | 
UnsupportedException(java.lang.String nature,
                    java.lang.Class<?> clss)
Constructor generating a message. 
 | 
UnsupportedException(java.lang.String nature,
                    java.lang.Object obj)
Constructor generating a message. 
 | 
UnsupportedException(java.lang.String nature,
                    java.lang.String value)
Constructor generating a message. 
 | 
public UnsupportedException()
public UnsupportedException(java.lang.String message)
public UnsupportedException(java.lang.String nature,
                            java.lang.Object obj)
nature - the nature of the unsupported objectobj - the object itself (its class name will be used in message)public UnsupportedException(java.lang.String nature,
                            java.lang.Class<?> clss)
nature - the nature of the unsupported objectclss - the class itself (will be used in message)public UnsupportedException(java.lang.String nature,
                            java.lang.String value)
nature - the nature of the unsupported objectvalue - the problematic value itselfCopyright © 2007–2020. All rights reserved.