Class NotYetImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.UnsupportedOperationException
-
- org.restlet.ext.jaxrs.internal.todo.NotYetImplementedException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class NotYetImplementedException extends java.lang.UnsupportedOperationExceptionDeprecated.Will be removed in next minor release.A NotYetImplementedException is thrown, when a method is not yet implemented and should be implemented later. On the final implementation this class will be removed, because than there is nothing not implemented.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description NotYetImplementedException()Deprecated.NotYetImplementedException(java.lang.String message)Deprecated.NotYetImplementedException(java.lang.String message, java.lang.Throwable cause)Deprecated.NotYetImplementedException(java.lang.Throwable cause)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NotYetImplementedException
public NotYetImplementedException()
Deprecated.
-
NotYetImplementedException
public NotYetImplementedException(java.lang.String message)
Deprecated.- Parameters:
message-
-
NotYetImplementedException
public NotYetImplementedException(java.lang.String message, java.lang.Throwable cause)Deprecated.- Parameters:
message-cause-
-
NotYetImplementedException
public NotYetImplementedException(java.lang.Throwable cause)
Deprecated.- Parameters:
cause-
-
-