com.sun.multicast.util
Class BadBASE64Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.multicast.util.BadBASE64Exception
All Implemented Interfaces:
java.io.Serializable

public class BadBASE64Exception
extends java.lang.Exception

Signals that some data that was being BASE64 decoded is corrupt.

See Also:
Serialized Form

Constructor Summary
BadBASE64Exception()
          Creates a BadBASE64Exception with no detail message.
BadBASE64Exception(java.lang.String s)
          Creates a BadBASE64Exception with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadBASE64Exception

public BadBASE64Exception()
Creates a BadBASE64Exception with no detail message.

BadBASE64Exception

public BadBASE64Exception(java.lang.String s)
Creates a BadBASE64Exception with the specified detail message.
Parameters:
s - the detail message


JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.