Compoze Software, Inc.

com.compoze.util.upload
Class MultipartStream.IllegalBoundaryException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--java.io.IOException

                    |

                    +--com.compoze.util.upload.MultipartStream.IllegalBoundaryException

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MultipartStream

public class MultipartStream.IllegalBoundaryException
extends java.io.IOException

Thrown upon attempt of setting an invalid boundary token.

See Also:
Serialized Form

Constructor Summary
MultipartStream.IllegalBoundaryException()
          Constructs an IllegalBoundaryException with no detail message.
MultipartStream.IllegalBoundaryException(java.lang.String message)
          Constructs an IllegalBoundaryException 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

MultipartStream.IllegalBoundaryException


public MultipartStream.IllegalBoundaryException()
Constructs an IllegalBoundaryException with no detail message.

MultipartStream.IllegalBoundaryException


public MultipartStream.IllegalBoundaryException(java.lang.String message)
Constructs an IllegalBoundaryException with the specified detail message.
Parameters:
message - The detail message.

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.