com.sap.security.core.server.vsi.api.exception
Class VSIServiceMessage.BaseMsg

java.lang.Object
  |
  +--com.sap.security.core.server.vsi.api.exception.VSIServiceMessage.BaseMsg
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VSIServiceMessage.Msg0, VSIServiceMessage.Msg1, VSIServiceMessage.Msg2, VSIServiceMessage.Msg3, VSIServiceMessage.Msg4
Enclosing class:
VSIServiceMessage

public abstract static class VSIServiceMessage.BaseMsg
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Method Summary
 java.lang.String getDefaultText()
          Returns the default message text.
 java.lang.Class getImplementingClass()
          Returns the implementing class.
 java.lang.String getKey()
          Returns the key of this message.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getKey

public java.lang.String getKey()
Returns the key of this message.
Returns:
The message key.

getDefaultText

public java.lang.String getDefaultText()
Returns the default message text.
Returns:
The message fallback text.

getImplementingClass

public java.lang.Class getImplementingClass()
Returns the implementing class.
Returns:
The implementing class.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()