com.sap.security.api.ticket
Class WrongTicketModeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.security.api.ticket.TicketException
                    |
                    +--com.sap.security.api.ticket.WrongTicketModeException
All Implemented Interfaces:
java.io.Serializable

public class WrongTicketModeException
extends TicketException

Title: WrongTicketModeException Description: Exception to indicate that a ticket is used in the wrong mode (create/verify) Copyright: Copyright (c) 2001 Company: SAP AG

Version:
1.0
See Also:
Serialized Form

Constructor Summary
WrongTicketModeException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrongTicketModeException

public WrongTicketModeException(java.lang.String msg)


Copyright © 2002 SAP AG All Rights Reserved.