com.sap.security.api.ticket
Class TicketExpiredException

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

public class TicketExpiredException
extends TicketException

Title: TicketExpiredException Description: Indicates that a ticket to be verified is expired Copyright: Copyright (c) 2001 Company: SAP AG

Version:
1.0
See Also:
Serialized Form

Constructor Summary
TicketExpiredException(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

TicketExpiredException

public TicketExpiredException(java.lang.String msg)


Copyright © 2002 SAP AG All Rights Reserved.